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 9562bce commit 5b5c963Copy full SHA for 5b5c963
build.gradle
@@ -12,5 +12,5 @@ buildscript {
12
13
tasks.wrapper {
14
distributionType = Wrapper.DistributionType.ALL
15
- gradleVersion = '8.10.2'
+ gradleVersion = '8.11.1'
16
}
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments