Upgrade to Gradle 1.1 GA

Issue: SPR-9660
This commit is contained in:
Chris Beams 2012-08-08 08:44:51 +02:00
parent 826e565b7c
commit 6249539426
3 changed files with 3 additions and 3 deletions

View File

@ -716,7 +716,7 @@ configure(rootProject) {
task wrapper(type: Wrapper) {
description = 'Generates gradlew[.bat] scripts'
gradleVersion = '1.0'
gradleVersion = '1.1'
}
}

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Tue Jun 12 10:50:57 CEST 2012
#Tue Aug 07 14:52:15 CEST 2012
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.1-bin.zip