build: update gradle to 7.0.2

This commit is contained in:
Gauthier Roebroeck 2021-06-10 16:01:27 +08:00
parent d7ccf5897f
commit 5ac8ea92b0
2 changed files with 2 additions and 2 deletions

View file

@ -37,6 +37,6 @@ allprojects {
}
tasks.wrapper {
gradleVersion = "6.8.3"
gradleVersion = "7.0.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-6.8.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists