Skip to content

Commit f19cffb

Browse files
committed
Upgrade to gradle 9.4.0 and upgrade gradle plugins
1 parent a9e3a6f commit f19cffb

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

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.3.1"
18-
distributionSha256Sum = "17f277867f6914d61b1aa02efab1ba7bb439ad652ca485cd8ca6842fccec6e43"
17+
gradleVersion = "9.4.0"
18+
distributionSha256Sum = "b21468753cb43c167738ee04f10c706c46459cf8f8ae6ea132dc9ce589a261f2"
1919
}
2020

2121
spotless {

gradle/ncj.libs.versions.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,9 @@ pragmatists-junitparams = { module = "pl.pragmatists:JUnitParams", version.ref =
111111
logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "logback-classic" }
112112

113113
[plugins]
114-
# versions = { id = "com.github.ben-manes.versions", version = "0.45.0" }
115-
cyclonedx-bom = { id = "org.cyclonedx.bom", version = "3.1.0" }
114+
cyclonedx-bom = { id = "org.cyclonedx.bom", version = "3.2.0" }
116115
execfork = { id = "com.github.psxpaul.execfork", version = "0.2.2"}
117-
javacc = { id = "org.javacc.javacc", version = "4.0.1" }
118-
protobuf = { id = "com.google.protobuf", version = "0.9.5" }
119-
shadow = { id = "com.gradleup.shadow", version = "9.3.1" }
120-
spotless = { id = "com.diffplug.spotless", version = "8.2.1" }
116+
javacc = { id = "org.javacc.javacc", version = "4.0.3" }
117+
protobuf = { id = "com.google.protobuf", version = "0.9.6" }
118+
shadow = { id = "com.gradleup.shadow", version = "9.3.2" }
119+
spotless = { id = "com.diffplug.spotless", version = "8.3.0" }

gradle/wrapper/gradle-wrapper.jar

2.73 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=17f277867f6914d61b1aa02efab1ba7bb439ad652ca485cd8ca6842fccec6e43
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-all.zip
3+
distributionSha256Sum=b21468753cb43c167738ee04f10c706c46459cf8f8ae6ea132dc9ce589a261f2
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-all.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

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.

0 commit comments

Comments
 (0)