build: update gradle to 6.2

This commit is contained in:
Gauthier Roebroeck 2020-02-22 10:23:20 +08:00
parent d43d498867
commit 3273dc1494
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
tasks.wrapper {
gradleVersion = "5.6.4"
gradleVersion = "6.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-5.6.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists