We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e0e39 commit c8ebcf7Copy full SHA for c8ebcf7
build.gradle
@@ -58,7 +58,7 @@ dependencies {
58
}
59
60
wrapper {
61
- gradleVersion = '5.1'
+ gradleVersion = '8.2'
62
63
64
compileJava {
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.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments