build: upgrade Gradle to 6.5.1

This commit is contained in:
Gauthier Roebroeck 2020-07-29 14:55:26 +08:00
parent 1a62a146c9
commit 792cab94bf
3 changed files with 2 additions and 2 deletions

View file

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

Binary file not shown.

View file

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