Upgrade to Gradle 1.0-milestone-8a

- Rename customized .wrapper to default gradle/wrapper directory for
   out of the box compatibility with STS Gradle tooling

 - Add .settings/gradle directory to capture defaults when using STS
   Gradle tooling to import projects
This commit is contained in:
Chris Beams
2012-02-23 14:17:09 +01:00
parent 0ff28a6b22
commit f4010f14d1
10 changed files with 32 additions and 11 deletions
Vendored
+1 -1
View File
@@ -69,7 +69,7 @@ cd "`dirname \"$PRG\"`/"
APP_HOME="`pwd -P`"
cd "$SAVED"
CLASSPATH=$APP_HOME/.wrapper/gradle-wrapper.jar
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
# Determine the Java command to use to start the JVM.
if [ -n "$JAVA_HOME" ] ; then