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 ccefd8c commit 17245e8Copy full SHA for 17245e8
build.gradle
@@ -50,7 +50,7 @@ task clean(type: Delete) {
50
}
51
52
wrapper {
53
- gradleVersion = '7.0.2'
+ gradleVersion = '8.5'
54
distributionType = "all"
55
56
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments