From 2dcb980ee1cc061d508843055f9fa4d1ca1ac3f8 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Mon, 30 Nov 2020 19:04:17 +0000 Subject: Release using github actions + update ASM --- gradlew.bat | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gradlew.bat') diff --git a/gradlew.bat b/gradlew.bat index 9991c503..62bd9b9c 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -5,7 +5,7 @@ @rem you may not use this file except in compliance with the License. @rem You may obtain a copy of the License at @rem -@rem http://www.apache.org/licenses/LICENSE-2.0 +@rem https://www.apache.org/licenses/LICENSE-2.0 @rem @rem Unless required by applicable law or agreed to in writing, software @rem distributed under the License is distributed on an "AS IS" BASIS, @@ -29,6 +29,9 @@ if "%DIRNAME%" == "" set DIRNAME=. set APP_BASE_NAME=%~n0 set APP_HOME=%DIRNAME% +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" -- cgit v1.2.3