Open jjohannes opened 2 weeks ago
The gradle.properties file needs to be used to configure global switches directly in each repository. This can not be moved into these plugins, but the plugins may check if the build is configured as expected and otherwise emit a warning:
gradle.properties
# Build Cache turned on? org.gradle.configuration-cache=true # Configuration Cache turned on? org.gradle.caching=true # JVM args contain '-Dfile.encoding=UTF-8' org.gradle.jvmargs=-Dfile.encoding=UTF-8 ...
Also check that a minimal Gradle version of the plugins is met. If not, projects need to update Gradle together with the plugins.
Initially this will be Gradle 8.11.1.
8.11.1
The
gradle.properties
file needs to be used to configure global switches directly in each repository. This can not be moved into these plugins, but the plugins may check if the build is configured as expected and otherwise emit a warning: