Skip to content

Commit e2ed4a0

Browse files
authored
bump gradle to 9.2.1 (via #3184)
1 parent fa6b8ae commit e2ed4a0

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ val qualityConfigsDir by extra("$gradleScriptDir/quality-configs")
1414
val spotlessDtr by extra("$qualityConfigsDir/spotless")
1515

1616
tasks.wrapper {
17-
gradleVersion = "8.5"
17+
gradleVersion = "9.2.1"
1818
}
1919

2020
plugins {

gradle/wrapper/gradle-wrapper.jar

-18.2 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

gradlew

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

0 commit comments

Comments
 (0)