Skip to content

Commit afc1066

Browse files
committed
[Java] Upgrade to Gradle 8.10.2.
1 parent c8ff580 commit afc1066

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ tasks.named('dependencyUpdates').configure {
935935
}
936936

937937
wrapper {
938-
gradleVersion = '8.10.1'
938+
gradleVersion = libs.versions.gradle.get()
939939
distributionType = 'ALL'
940940
}
941941

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ agrona = "1.23.0"
33
checkstyle = "10.18.1"
44
junit = "5.11.0"
55
jmh = "1.37"
6+
gradle = "8.10.2"
67

78
[libraries]
89
agrona = { group = "org.agrona", name = "agrona", version = { strictly = "[1.23, 2.0[", require = "1.23.0" } }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)