build: update gradle version

This commit is contained in:
Gauthier Roebroeck 2020-04-15 09:13:53 +08:00
parent 450ae90a9c
commit f033ff1585
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
tasks.wrapper { tasks.wrapper {
gradleVersion = "6.2.2" gradleVersion = "6.3"
distributionType = Wrapper.DistributionType.ALL distributionType = Wrapper.DistributionType.ALL
} }

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-6.2.2-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists