Skip to content

Commit 283c1b9

Browse files
committed
Upgrade to Gradle 1.0-rc-3
Issue: SPR-9411
1 parent b67a08c commit 283c1b9

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

build.gradle

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

591591
task wrapper(type: Wrapper) {
592592
description = 'Generates gradlew[.bat] scripts'
593-
gradleVersion = '1.0-rc-1'
593+
gradleVersion = '1.0-rc-3'
594594
}
595595
}
596596

gradle/wrapper/gradle-wrapper.jar

-5.43 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Apr 14 10:56:11 EEST 2012
1+
#Mon May 14 11:26:30 EEST 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-rc-1-bin.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-rc-3-bin.zip

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)