Upgrade to Gradle 1.0 GA

Issue: SPR-9494
This commit is contained in:
Chris Beams
2012-06-12 11:15:30 +02:00
parent 369d77bdf0
commit 49fd20319d
3 changed files with 3 additions and 3 deletions

View File

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

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Mon May 14 11:26:30 EEST 2012
#Tue Jun 12 10:50:57 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-rc-3-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-bin.zip