Update to Gradle 2.4

This commit is contained in:
Jakub Kubrynski
2015-05-16 12:58:45 +02:00
parent f5605d7513
commit 078ba57f23
2 changed files with 3 additions and 3 deletions

View File

@@ -131,5 +131,5 @@ project(':accurest-gradle-plugin') {
}
task wrapper(type: Wrapper) {
gradleVersion = '2.2.1'
gradleVersion = '2.4'
}

View File

@@ -1,6 +1,6 @@
#Sun Jan 25 20:45:35 CET 2015
#Sat May 16 12:50:16 CEST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip