ibrehima keita
03/13/2024, 1:36 PM:helprooms:initQuerydslSourcesDir
of type `com.ewerk.gradle.plugins.tasks.InitQuerydslSourcesDir`: invocation of 'Task.project' at execution time is unsupported.
See https://docs.gradle.org/8.6/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
- Task :hotlines:initQuerydslSourcesDir
of type `com.ewerk.gradle.plugins.tasks.InitQuerydslSourcesDir`: invocation of 'Task.project' at execution time is unsupported.
See https://docs.gradle.org/8.6/userguide/configuration_cache.html#config_cache:requirements:use_project_during_executionMikhail Lopatkin
03/13/2024, 1:51 PMnotSupportedWithConfigurationCache
in your build script, but you won't get benefits of the configuration cache when these tasks run. As these seem to be part of the code generation, you'll be likely as good as not enabling CC at all.
• Of course, you can write your own plugin or fork and fix the one you're using.Mikhail Lopatkin
03/13/2024, 2:00 PMibrehima keita
03/13/2024, 2:16 PMibrehima keita
03/13/2024, 2:21 PMVampire
03/13/2024, 2:32 PM