Updated Gradle to 4.9

This commit is contained in:
Marcin Grzejszczak
2018-08-21 11:56:59 +02:00
parent b5351bd6c8
commit f9ff03f24d
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ contracts {
}
task wrapper(type: Wrapper) {
gradleVersion = '4.4.1'
gradleVersion = '4.9'
}
task cleanOutput(type: Delete) {

View File

@@ -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.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip