Update gradle wrapper
This commit is contained in:
parent
2c9582c947
commit
b98571ede8
|
@ -69,7 +69,7 @@ project.ext {
|
|||
}
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = "4.2"
|
||||
gradleVersion = "4.4.1"
|
||||
}
|
||||
|
||||
// free build hack: common functions
|
||||
|
|
Binary file not shown.
|
@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
|
|||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-bin.zip
|
||||
|
|
Loading…
Reference in New Issue