Ignore:
Timestamp:
2021-07-15T01:07:58+02:00 (4 years ago)
Author:
Don-vip
Message:

fix #19998 - update Streetside dependencies (patch by taylor.smock, modified)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/MicrosoftStreetside/gradlew.bat

    r34317 r35779  
     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      https://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
    117@if "%DEBUG%" == "" @echo off
    218@rem ##########################################################################
     
    1430set APP_HOME=%DIRNAME%
    1531
     32@rem Resolve any "." and ".." in APP_HOME to make it shorter.
     33for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
     34
    1635@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=
     36set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
    1837
    1938@rem Find java.exe
     
    2241set JAVA_EXE=java.exe
    2342%JAVA_EXE% -version >NUL 2>&1
    24 if "%ERRORLEVEL%" == "0" goto init
     43if "%ERRORLEVEL%" == "0" goto execute
    2544
    2645echo.
     
    3655set JAVA_EXE=%JAVA_HOME%/bin/java.exe
    3756
    38 if exist "%JAVA_EXE%" goto init
     57if exist "%JAVA_EXE%" goto execute
    3958
    4059echo.
     
    4665goto fail
    4766
    48 :init
    49 @rem Get command-line arguments, handling Windows variants
    50 
    51 if not "%OS%" == "Windows_NT" goto win9xME_args
    52 
    53 :win9xME_args
    54 @rem Slurp the command line arguments.
    55 set CMD_LINE_ARGS=
    56 set _SKIP=2
    57 
    58 :win9xME_args_slurp
    59 if "x%~1" == "x" goto execute
    60 
    61 set CMD_LINE_ARGS=%*
    62 
    6367:execute
    6468@rem Setup the command line
     
    6670set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
    6771
     72
    6873@rem Execute Gradle
    69 "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
     74"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
    7075
    7176:end
Note: See TracChangeset for help on using the changeset viewer.