File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 5
5
@ rem you may not use this file except in compliance with the License.
6
6
@ rem You may obtain a copy of the License at
7
7
@ rem
8
- @ rem https ://www.apache.org/licenses/LICENSE-2.0
8
+ @ rem http ://www.apache.org/licenses/LICENSE-2.0
9
9
@ rem
10
10
@ rem Unless required by applicable law or agreed to in writing, software
11
11
@ rem distributed under the License is distributed on an "AS IS" BASIS,
@@ -29,9 +29,6 @@ if "%DIRNAME%" == "" set DIRNAME=.
29
29
set APP_BASE_NAME = %~n0
30
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
-
35
32
@ rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
36
33
set DEFAULT_JVM_OPTS = " -Xmx64m" " -Xms64m"
37
34
You can’t perform that action at this time.
0 commit comments