Skip to content

Commit 6249539

Browse files
committed
Upgrade to Gradle 1.1 GA
Issue: SPR-9660
1 parent 826e565 commit 6249539

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ configure(rootProject) {
716716

717717
task wrapper(type: Wrapper) {
718718
description = 'Generates gradlew[.bat] scripts'
719-
gradleVersion = '1.0'
719+
gradleVersion = '1.1'
720720
}
721721
}
722722

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Jun 12 10:50:57 CEST 2012
1+
#Tue Aug 07 14:52:15 CEST 2012
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-bin.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-1.1-bin.zip

0 commit comments

Comments
 (0)