comparison gradlew.bat @ 3:4ce973027b2a

increase size of jira issue field
author smith@nwoca.org
date Tue, 01 Nov 2016 19:28:55 +0100
parents 91703efb1d29
children
comparison
equal deleted inserted replaced
2:91703efb1d29 3:4ce973027b2a
6 @rem ########################################################################## 6 @rem ##########################################################################
7 7
8 @rem Set local scope for the variables with windows NT shell 8 @rem Set local scope for the variables with windows NT shell
9 if "%OS%"=="Windows_NT" setlocal 9 if "%OS%"=="Windows_NT" setlocal
10 10
11 @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
12 set DEFAULT_JVM_OPTS=
13
14 set DIRNAME=%~dp0 11 set DIRNAME=%~dp0
15 if "%DIRNAME%" == "" set DIRNAME=. 12 if "%DIRNAME%" == "" set DIRNAME=.
16 set APP_BASE_NAME=%~n0 13 set APP_BASE_NAME=%~n0
17 set APP_HOME=%DIRNAME% 14 set APP_HOME=%DIRNAME%
15
16 @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=
18 18
19 @rem Find java.exe 19 @rem Find java.exe
20 if defined JAVA_HOME goto findJavaFromJavaHome 20 if defined JAVA_HOME goto findJavaFromJavaHome
21 21
22 set JAVA_EXE=java.exe 22 set JAVA_EXE=java.exe
47 47
48 :init 48 :init
49 @rem Get command-line arguments, handling Windows variants 49 @rem Get command-line arguments, handling Windows variants
50 50
51 if not "%OS%" == "Windows_NT" goto win9xME_args 51 if not "%OS%" == "Windows_NT" goto win9xME_args
52 if "%@eval[2+2]" == "4" goto 4NT_args
53 52
54 :win9xME_args 53 :win9xME_args
55 @rem Slurp the command line arguments. 54 @rem Slurp the command line arguments.
56 set CMD_LINE_ARGS= 55 set CMD_LINE_ARGS=
57 set _SKIP=2 56 set _SKIP=2
58 57
59 :win9xME_args_slurp 58 :win9xME_args_slurp
60 if "x%~1" == "x" goto execute 59 if "x%~1" == "x" goto execute
61 60
62 set CMD_LINE_ARGS=%* 61 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 62
69 :execute 63 :execute
70 @rem Setup the command line 64 @rem Setup the command line
71 65
72 set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar 66 set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar