Skip to content

Commit 85df8d5

Browse files
Use Gradle 1.1
This is an intermediary step as Gradle 1.3 is out. I am just getting off of the RC here and we will look at the larger upgrade later.
1 parent 015d66c commit 85df8d5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,6 @@ apply {
328328
}
329329

330330
task wrapper(type: Wrapper) {
331-
gradleVersion = '1.1-rc-1'
331+
gradleVersion = '1.1'
332332
jarFile = 'gradle/wrapper/gradle-wrapper.jar'
333333
}

gradle/wrapper/gradle-wrapper.jar

5.62 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Jul 25 18:35:48 CDT 2012
1+
#Thu Nov 29 15:21:25 CST 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.1-rc-1-bin.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-1.1-bin.zip

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ fi
107107

108108
# For Darwin, add options to specify how the application appears in the dock
109109
if $darwin; then
110-
JAVA_OPTS="$JAVA_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
110+
GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
111111
fi
112112

113113
# For Cygwin, switch paths to Windows format before running java

0 commit comments

Comments
 (0)