-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgradlew.bat
More file actions
50 lines (40 loc) · 1.71 KB
/
gradlew.bat
File metadata and controls
50 lines (40 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
@rem
@rem Copyright © 2015-2021 the original authors.
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@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 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,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@if "%DEBUG%"=="" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows generated by Gradle.
@rem
@rem ##########################################################################
setlocal
set APP_HOME=%~dp0
set CLASSPATH=%APP_HOME%gradle\wrapper\gradle-wrapper.jar;%APP_HOME%gradle\wrapper\gradle-wrapper-shared.jar;%APP_HOME%gradle\wrapper\gradle-cli.jar
if not exist "%APP_HOME%gradle\wrapper\gradle-wrapper.jar" (
echo ERROR: gradle-wrapper.jar not found under %APP_HOME%gradle\wrapper 1>&2
exit /b 1
)
if not exist "%APP_HOME%gradle\wrapper\gradle-wrapper-shared.jar" (
echo ERROR: gradle-wrapper-shared.jar not found under %APP_HOME%gradle\wrapper 1>&2
exit /b 1
)
if not exist "%APP_HOME%gradle\wrapper\gradle-cli.jar" (
echo ERROR: gradle-cli.jar not found under %APP_HOME%gradle\wrapper 1>&2
exit /b 1
)
set JAVA_EXE=java.exe
if defined JAVA_HOME set JAVA_EXE=%JAVA_HOME%\bin\java.exe
"%JAVA_EXE%" -Dorg.gradle.appname=gradlew -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
endlocal