build: update gradle to 7.3.2

This commit is contained in:
Gauthier Roebroeck 2021-12-22 11:02:16 +08:00
parent b64ca41908
commit 4cc1bb5a54
2 changed files with 2 additions and 2 deletions

View file

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

View file

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