Skip to content

Commit c3d52a8

Browse files
committed
Upgrade gradle from 9.4.0 to 9.5.0
1 parent 2bad4a3 commit c3d52a8

5 files changed

Lines changed: 17 additions & 26 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ description = "The Unidata netCDF-Java library (aka CDM)."
1414
// and run ./gradlew wrapper twice
1515
tasks.wrapper {
1616
distributionType = Wrapper.DistributionType.ALL
17-
gradleVersion = "9.4.0"
18-
distributionSha256Sum = "b21468753cb43c167738ee04f10c706c46459cf8f8ae6ea132dc9ce589a261f2"
17+
gradleVersion = "9.5.0"
18+
distributionSha256Sum = "a3c4ba4aca8f0075688b9c5b18939fd28e8cb4357c227da5c1d9f38343791439"
1919
}
2020

2121
spotless {

gradle/wrapper/gradle-wrapper.jar

-504 Bytes
Binary file not shown.
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=b21468753cb43c167738ee04f10c706c46459cf8f8ae6ea132dc9ce589a261f2
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-all.zip
3+
distributionSha256Sum=a3c4ba4aca8f0075688b9c5b18939fd28e8cb4357c227da5c1d9f38343791439
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-all.zip
55
networkTimeout=10000
6+
retries=0
7+
retryBackOffMs=500
68
validateDistributionUrl=true
79
zipStoreBase=GRADLE_USER_HOME
810
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 10 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)