build: update gradle to 7.5.1

This commit is contained in:
Gauthier Roebroeck 2022-11-02 16:20:36 +08:00
parent 8125ada059
commit 48ad835ae9
3 changed files with 2 additions and 2 deletions

View file

@ -44,6 +44,6 @@ allprojects {
} }
tasks.wrapper { tasks.wrapper {
gradleVersion = "7.4.2" gradleVersion = "7.5.1"
distributionType = Wrapper.DistributionType.ALL distributionType = Wrapper.DistributionType.ALL
} }

Binary file not shown.

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists