diff options
| author | 2019-11-02 17:16:53 -0400 | |
|---|---|---|
| committer | 2019-11-02 21:16:53 +0000 | |
| commit | 2c7dbf2493bfa3c307575b4cef36cb4812619acb (patch) | |
| tree | 1069d5adae9d56f1be1199a77b09be22f623f1db /gradlew.bat | |
| parent | Merge branch 'pull/163' and bump version (diff) | |
| download | enigma-2c7dbf2493bfa3c307575b4cef36cb4812619acb.tar.gz enigma-2c7dbf2493bfa3c307575b4cef36cb4812619acb.tar.xz enigma-2c7dbf2493bfa3c307575b4cef36cb4812619acb.zip | |
Update readme (#170)
* Update readme
* Update README.md
Diffstat (limited to 'gradlew.bat')
| -rw-r--r-- | gradlew.bat | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/gradlew.bat b/gradlew.bat index 832fdb60..9991c503 100644 --- a/gradlew.bat +++ b/gradlew.bat | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | @rem | ||
| 2 | @rem Copyright 2015 the original author or authors. | ||
| 3 | @rem | ||
| 4 | @rem Licensed under the Apache License, Version 2.0 (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 | ||
| 7 | @rem | ||
| 8 | @rem http://www.apache.org/licenses/LICENSE-2.0 | ||
| 9 | @rem | ||
| 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, | ||
| 12 | @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 13 | @rem See the License for the specific language governing permissions and | ||
| 14 | @rem limitations under the License. | ||
| 15 | @rem | ||
| 16 | |||
| 1 | @if "%DEBUG%" == "" @echo off | 17 | @if "%DEBUG%" == "" @echo off |
| 2 | @rem ########################################################################## | 18 | @rem ########################################################################## |
| 3 | @rem | 19 | @rem |
| @@ -14,7 +30,7 @@ set APP_BASE_NAME=%~n0 | |||
| 14 | set APP_HOME=%DIRNAME% | 30 | set APP_HOME=%DIRNAME% |
| 15 | 31 | ||
| 16 | @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. | 32 | @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. |
| 17 | set DEFAULT_JVM_OPTS= | 33 | set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" |
| 18 | 34 | ||
| 19 | @rem Find java.exe | 35 | @rem Find java.exe |
| 20 | if defined JAVA_HOME goto findJavaFromJavaHome | 36 | if defined JAVA_HOME goto findJavaFromJavaHome |
| @@ -49,7 +65,6 @@ goto fail | |||
| 49 | @rem Get command-line arguments, handling Windows variants | 65 | @rem Get command-line arguments, handling Windows variants |
| 50 | 66 | ||
| 51 | if not "%OS%" == "Windows_NT" goto win9xME_args | 67 | if not "%OS%" == "Windows_NT" goto win9xME_args |
| 52 | if "%@eval[2+2]" == "4" goto 4NT_args | ||
| 53 | 68 | ||
| 54 | :win9xME_args | 69 | :win9xME_args |
| 55 | @rem Slurp the command line arguments. | 70 | @rem Slurp the command line arguments. |
| @@ -60,11 +75,6 @@ set _SKIP=2 | |||
| 60 | if "x%~1" == "x" goto execute | 75 | if "x%~1" == "x" goto execute |
| 61 | 76 | ||
| 62 | set CMD_LINE_ARGS=%* | 77 | set CMD_LINE_ARGS=%* |
| 63 | goto execute | ||
| 64 | |||
| 65 | :4NT_args | ||
| 66 | @rem Get arguments from the 4NT Shell from JP Software | ||
| 67 | set CMD_LINE_ARGS=%$ | ||
| 68 | 78 | ||
| 69 | :execute | 79 | :execute |
| 70 | @rem Setup the command line | 80 | @rem Setup the command line |