mirror of
https://github.com/google/nomulus
synced 2026-03-27 21:05:32 +00:00
* More Gradle 9 preparations Fix additional compatibility warnings after upgrading to Gradle 8.14.3 from 8.13. * More Gradle 9 compatibility fix More fixes after upgrading Gradle from 8.13 to 8.14.3. Upgraded the gradle-license-report plugin, and handled config leaking issues. Researched using gemini web and manually applied the fixes. Gemini-cli could not find the right solution.
8 lines
253 B
INI
8 lines
253 B
INI
distributionBase=GRADLE_USER_HOME
|
|
distributionPath=wrapper/dists
|
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
|
|
networkTimeout=10000
|
|
validateDistributionUrl=true
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
zipStorePath=wrapper/dists
|