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 99db7a8 commit ae5ba03Copy full SHA for ae5ba03
build.gradle
@@ -961,7 +961,7 @@ tasks.named('dependencyUpdates').configure {
961
}
962
963
wrapper {
964
- gradleVersion = '8.10'
+ gradleVersion = '8.10.1'
965
distributionType = 'ALL'
966
967
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-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-all.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments