Upgrade to Gradle 6.8.3

This commit is contained in:
Roy Clarkson
2021-04-20 15:07:41 -04:00
parent e2ef36067f
commit e238ca59fc
2 changed files with 6 additions and 1 deletions

View File

@@ -273,3 +273,8 @@ configure(rootProject) {
description = "Builds -dist and -docs distribution archives."
}
}
wrapper {
gradleVersion = "6.8.3"
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.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists