update to gradle 4.3.1

This commit is contained in:
2017-11-10 10:09:53 +01:00
parent a59db6cfe8
commit b50cb8fdca
4 changed files with 5 additions and 6 deletions

View File

@@ -52,5 +52,5 @@ subprojects {
} }
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '4.2' gradleVersion = '4.3.1'
} }

Binary file not shown.

View File

@@ -1,6 +1,5 @@
#Tue Sep 26 19:29:06 CEST 2017
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-bin.zip