Update gradle to version 3.5
This commit is contained in:
parent
b1bb29ddc2
commit
d5db62c70b
|
@ -68,7 +68,7 @@ project.ext {
|
||||||
}
|
}
|
||||||
|
|
||||||
task wrapper(type: Wrapper) {
|
task wrapper(type: Wrapper) {
|
||||||
gradleVersion = "3.2.1"
|
gradleVersion = "3.5"
|
||||||
}
|
}
|
||||||
|
|
||||||
// free build hack: common functions
|
// free build hack: common functions
|
||||||
|
|
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
#Sat Dec 03 12:40:10 CET 2016
|
#Wed May 31 17:07:18 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-3.2.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
|
||||||
|
|
Loading…
Reference in New Issue