Upgraded to Gradle 1.12

This commit is contained in:
Arjen Poutsma
2014-04-30 10:05:00 +02:00
parent 195a625d48
commit 12ba86efa9
3 changed files with 3 additions and 3 deletions

View File

@@ -421,6 +421,6 @@ configure(rootProject) {
task wrapper(type: Wrapper) {
description = 'Generates gradlew[.bat] scripts'
gradleVersion = '1.10'
gradleVersion = '1.12'
}
}

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Tue Feb 11 10:20:12 CET 2014
#Wed Apr 30 09:59:47 CEST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-1.12-bin.zip