summaryrefslogtreecommitdiff
path: root/gradlew
diff options
context:
space:
mode:
Diffstat (limited to 'gradlew')
-rwxr-xr-xgradlew3
1 files changed, 0 insertions, 3 deletions
diff --git a/gradlew b/gradlew
index ef07e016..adff685a 100755
--- a/gradlew
+++ b/gradlew
@@ -114,7 +114,6 @@ case "$( uname )" in #(
114 NONSTOP* ) nonstop=true ;; 114 NONSTOP* ) nonstop=true ;;
115esac 115esac
116 116
117CLASSPATH="\\\"\\\""
118 117
119 118
120# Determine the Java command to use to start the JVM. 119# Determine the Java command to use to start the JVM.
@@ -172,7 +171,6 @@ fi
172# For Cygwin or MSYS, switch paths to Windows format before running java 171# For Cygwin or MSYS, switch paths to Windows format before running java
173if "$cygwin" || "$msys" ; then 172if "$cygwin" || "$msys" ; then
174 APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) 173 APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
175 CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
176 174
177 JAVACMD=$( cygpath --unix "$JAVACMD" ) 175 JAVACMD=$( cygpath --unix "$JAVACMD" )
178 176
@@ -212,7 +210,6 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
212 210
213set -- \ 211set -- \
214 "-Dorg.gradle.appname=$APP_BASE_NAME" \ 212 "-Dorg.gradle.appname=$APP_BASE_NAME" \
215 -classpath "$CLASSPATH" \
216 -jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \ 213 -jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
217 "$@" 214 "$@"
218 215