Upgrade to Gradle 1.3

This commit is contained in:
Phillip Webb
2012-11-28 09:15:52 -08:00
parent dfdb31715f
commit ce7fa8a98e
4 changed files with 5 additions and 5 deletions
Vendored
+2 -2
View File
@@ -62,9 +62,9 @@ while [ -h "$PRG" ] ; do
fi
done
SAVED="`pwd`"
cd "`dirname \"$PRG\"`/"
cd "`dirname \"$PRG\"`/" >&-
APP_HOME="`pwd -P`"
cd "$SAVED"
cd "$SAVED" >&-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar