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.
2 parents 4b6b761 + 700044c commit d9e25afCopy full SHA for d9e25af
build.gradle
@@ -433,7 +433,7 @@ nexusPublishing {
433
}
434
435
wrapper {
436
- gradleVersion = '8.10'
+ gradleVersion = '8.10.2'
437
438
439
defaultTasks 'build'
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-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments