We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363edfa commit d8c309aCopy full SHA for d8c309a
gradlew.bat
@@ -29,6 +29,9 @@ if "%DIRNAME%" == "" set DIRNAME=.
29
set APP_BASE_NAME=%~n0
30
set APP_HOME=%DIRNAME%
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
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
36
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
37
0 commit comments