File tree Expand file tree Collapse file tree 4 files changed +0
-11
lines changed Expand file tree Collapse file tree 4 files changed +0
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 82
82
83
83
CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
84
84
85
-
86
85
# Determine the Java command to use to start the JVM.
87
86
if [ -n " $JAVA_HOME " ] ; then
88
87
if [ -x " $JAVA_HOME /jre/sh/java" ] ; then
130
129
if [ " $cygwin " = " true" -o " $msys " = " true" ] ; then
131
130
APP_HOME=` cygpath --path --mixed " $APP_HOME " `
132
131
CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
133
-
134
132
JAVACMD=` cygpath --unix " $JAVACMD " `
135
133
136
134
# We build the pattern for arguments to be converted via cygpath
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ if "%DIRNAME%" == "" set DIRNAME=.
29
29
set APP_BASE_NAME = %~n0
30
30
set APP_HOME = %DIRNAME%
31
31
32
- @ rem Resolve any "." and ".." in APP_HOME to make it shorter.
33
- for %%i in (" %APP_HOME% " ) do set APP_HOME = %%~fi
34
-
35
32
@ rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
36
33
set DEFAULT_JVM_OPTS = " -Xmx64m" " -Xms64m"
37
34
@@ -84,7 +81,6 @@ set CMD_LINE_ARGS=%*
84
81
85
82
set CLASSPATH = %APP_HOME% \gradle\wrapper\gradle-wrapper.jar
86
83
87
-
88
84
@ rem Execute Gradle
89
85
" %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
90
86
You can’t perform that action at this time.
0 commit comments