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 afe7a7e commit f4e77fdCopy full SHA for f4e77fd
2 files changed
build.gradle
@@ -81,7 +81,7 @@ dependencies {
81
sourceCompatibility = JavaVersion.VERSION_17
82
83
wrapper {
84
- gradleVersion = '8.14.4'
+ gradleVersion = '9.4.1'
85
distributionType = Wrapper.DistributionType.ALL
86
}
87
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.14.4-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-all.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments