Upgrade Gradle to 4.4

This commit is contained in:
Con Reptio 2017-12-09 17:30:48 +01:00
parent f424f29784
commit 62f941ce17
No known key found for this signature in database
GPG Key ID: DEE499CF64E1845C
3 changed files with 2 additions and 3 deletions

View File

@ -106,7 +106,7 @@ gradle.taskGraph.whenReady { TaskExecutionGraph graph ->
build.dependsOn(shadowJar)
task wrapper(type: Wrapper) {
gradleVersion = '4.0'
gradleVersion = '4.4'
}
apply from: 'gradle/deploy.gradle'

Binary file not shown.

View File

@ -1,6 +1,5 @@
#Sat Jul 08 17:16:03 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip