diff options
Diffstat (limited to 'gradlew.bat')
| -rw-r--r-- | gradlew.bat | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gradlew.bat b/gradlew.bat index 9991c503..62bd9b9c 100644 --- a/gradlew.bat +++ b/gradlew.bat | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | @rem you may not use this file except in compliance with the License. | 5 | @rem you may not use this file except in compliance with the License. |
| 6 | @rem You may obtain a copy of the License at | 6 | @rem You may obtain a copy of the License at |
| 7 | @rem | 7 | @rem |
| 8 | @rem http://www.apache.org/licenses/LICENSE-2.0 | 8 | @rem https://www.apache.org/licenses/LICENSE-2.0 |
| 9 | @rem | 9 | @rem |
| 10 | @rem Unless required by applicable law or agreed to in writing, software | 10 | @rem Unless required by applicable law or agreed to in writing, software |
| 11 | @rem distributed under the License is distributed on an "AS IS" BASIS, | 11 | @rem distributed under the License is distributed on an "AS IS" BASIS, |
| @@ -29,6 +29,9 @@ if "%DIRNAME%" == "" set DIRNAME=. | |||
| 29 | set APP_BASE_NAME=%~n0 | 29 | set APP_BASE_NAME=%~n0 |
| 30 | set APP_HOME=%DIRNAME% | 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 | |||
| 32 | @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. | 35 | @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. |
| 33 | set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" | 36 | set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" |
| 34 | 37 | ||