build: bump gradle to 8.11.1

This commit is contained in:
Gauthier Roebroeck 2024-12-13 10:33:45 +08:00
parent d839cd6208
commit 2e5d5d81e9
3 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ allprojects {
}
tasks.wrapper {
gradleVersion = "8.5"
gradleVersion = "8.11.1"
distributionType = Wrapper.DistributionType.ALL
}

Binary file not shown.

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME