updated gradle & groovy versions

This commit is contained in:
Peter Niederwieser
2013-07-06 00:21:30 +02:00
parent 1c26a489f1
commit 0d107189af
5 changed files with 6 additions and 6 deletions
Vendored
+2 -2
View File
@@ -61,9 +61,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