HHH-12658 Upgrade to Gradle 4.7

This commit is contained in:
Sanne Grinovero 2018-06-01 12:31:42 +01:00
parent 964602557f
commit 292a4e4337
3 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ task ciBuild {
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '4.6' gradleVersion = '4.7'
distributionType = 'ALL' distributionType = 'ALL'
} }

Binary file not shown.

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