We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a110c commit 17e6820Copy full SHA for 17e6820
build.gradle.kts
@@ -1,6 +1,6 @@
1
tasks {
2
wrapper {
3
- gradleVersion = "8.7"
+ gradleVersion = "8.8"
4
distributionType = Wrapper.DistributionType.BIN
5
}
6
gradle/wrapper/gradle-wrapper.properties
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
0 commit comments