Skip to content

Commit 191fc9c

Browse files
committed
Update to Gradle 1.1
1 parent 6af3e19 commit 191fc9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ artifacts {
7575
apply from: "$rootDir/gradle/ide-integration.gradle"
7676

7777
task wrapper(type: Wrapper) {
78-
gradleVersion = '1.0'
78+
gradleVersion = '1.1'
7979
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Jul 01 12:51:55 CDT 2012
1+
#Tue Sep 04 09:49:10 CDT 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)