Upgrade to Gradle 1.0-rc-3

Issue: SPR-9411
This commit is contained in:
Chris Beams
2012-05-15 22:51:45 +03:00
parent b67a08cfd7
commit 283c1b9c53
5 changed files with 8 additions and 4 deletions
Vendored
+1 -1
View File
@@ -111,7 +111,7 @@ fi
# For Darwin, add options to specify how the application appears in the dock
if $darwin; then
JAVA_OPTS="$JAVA_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
fi
# For Cygwin, switch paths to Windows format before running java