We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CheckExplicitSourceCompatibilityTask does not support Gradle configuration caching.
CheckExplicitSourceCompatibilityTask
The following is printed if Gradle executed with org.gradle.unsafe.configuration-cache=true:
org.gradle.unsafe.configuration-cache=true
Task :my-module:checkExplicitSourceCompatibility of type com.palantir.baseline.tasks.CheckExplicitSourceCompatibilityTask: invocation of 'Task.project' at execution time is unsupported. See https://docs.gradle.org/6.8.3/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution
:my-module:checkExplicitSourceCompatibility
com.palantir.baseline.tasks.CheckExplicitSourceCompatibilityTask
Add support for the configuration caching
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
CheckExplicitSourceCompatibilityTask
does not support Gradle configuration caching.The following is printed if Gradle executed with
org.gradle.unsafe.configuration-cache=true
:What did you want to happen?
Add support for the configuration caching
The text was updated successfully, but these errors were encountered: