File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -328,6 +328,6 @@ apply {
328328}
329329
330330task wrapper (type : Wrapper ) {
331- gradleVersion = ' 1.1-rc-1 '
331+ gradleVersion = ' 1.1'
332332 jarFile = ' gradle/wrapper/gradle-wrapper.jar'
333333}
Original file line number Diff line number Diff line change 1- # Wed Jul 25 18:35:48 CDT 2012
1+ # Thu Nov 29 15:21:25 CST 2012
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
Original file line number Diff line number Diff line change 107107
108108# For Darwin, add options to specify how the application appears in the dock
109109if $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\" "
111111fi
112112
113113# For Cygwin, switch paths to Windows format before running java
You can’t perform that action at this time.
0 commit comments