Skip to content

Commit a9fe005

Browse files
committed
upgrade gradle to 8.12
1 parent 30804f8 commit a9fe005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ tasks {
250250
//to upgrade gradle change the version here and run:
251251
//./gradlew wrapper --gradle-version 8.8
252252
//check that gradle/wrapper/gradle-wrapper.properties was changed
253-
gradleVersion = "8.11"
253+
gradleVersion = "8.12.1"
254254
distributionType = Wrapper.DistributionType.ALL
255255
distributionBase = Wrapper.PathBase.GRADLE_USER_HOME
256256
distributionPath = "wrapper/dists"

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

0 commit comments

Comments
 (0)