~boginw/tapaal/multiplayer

« back to all changes in this revision

Viewing changes to gradlew.bat

  • Committer: Bogi Napoleon Wennerstrøm
  • Date: 2020-04-08 13:12:38 UTC
  • mfrom: (998.2.361 testbranch)
  • Revision ID: bogi.wennerstrom@gmail.com-20200408131238-6daa9ocph3zgx1ag
merged ~yrke changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
1
17
@if "%DEBUG%" == "" @echo off
2
18
@rem ##########################################################################
3
19
@rem
13
29
set APP_BASE_NAME=%~n0
14
30
set APP_HOME=%DIRNAME%
15
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
 
16
35
@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=
 
36
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
18
37
 
19
38
@rem Find java.exe
20
39
if defined JAVA_HOME goto findJavaFromJavaHome