Skip to content

Commit 25df645

Browse files
committed
Merge branch '1.1.x' into 1.2.x
2 parents 05f72fe + 1f10ed8 commit 25df645

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ nexusPublishing {
332332
}
333333

334334
wrapper {
335-
gradleVersion = '8.4'
335+
gradleVersion = '8.5'
336336
}
337337

338338
defaultTasks 'build'

gradle/wrapper/gradle-wrapper.jar

-19.8 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

+1-1
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.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)