summaryrefslogtreecommitdiff
path: root/gradlew.bat
diff options
context:
space:
mode:
authorGravatar Runemoro2019-11-02 17:16:53 -0400
committerGravatar modmuss502019-11-02 21:16:53 +0000
commit2c7dbf2493bfa3c307575b4cef36cb4812619acb (patch)
tree1069d5adae9d56f1be1199a77b09be22f623f1db /gradlew.bat
parentMerge branch 'pull/163' and bump version (diff)
downloadenigma-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.bat24
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
14set APP_HOME=%DIRNAME% 30set 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.
17set DEFAULT_JVM_OPTS= 33set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
18 34
19@rem Find java.exe 35@rem Find java.exe
20if defined JAVA_HOME goto findJavaFromJavaHome 36if 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
51if not "%OS%" == "Windows_NT" goto win9xME_args 67if not "%OS%" == "Windows_NT" goto win9xME_args
52if "%@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
60if "x%~1" == "x" goto execute 75if "x%~1" == "x" goto execute
61 76
62set CMD_LINE_ARGS=%* 77set CMD_LINE_ARGS=%*
63goto execute
64
65:4NT_args
66@rem Get arguments from the 4NT Shell from JP Software
67set CMD_LINE_ARGS=%$
68 78
69:execute 79:execute
70@rem Setup the command line 80@rem Setup the command line