470a41c783
- Upgraded Gradle to 9.5.0 and enhanced wrapper properties with network timeout, retries, and URL validation settings. - Updated dependencies to newer versions of lombok and simple libraries. - Refined `gradlew` and `gradlew.bat` scripts for better error handling, compliance, and performance.
10 lines
281 B
Properties
10 lines
281 B
Properties
distributionBase=GRADLE_USER_HOME
|
|
distributionPath=wrapper/dists
|
|
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
|
|
networkTimeout=10000
|
|
retries=0
|
|
retryBackOffMs=500
|
|
validateDistributionUrl=true
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
zipStorePath=wrapper/dists
|