aboutsummaryrefslogtreecommitdiffstats
path: root/gradlew.bat
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-12 20:11:24 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-12 20:11:24 +0200
commit7343c8607ee25f54234010d44f2b372bdc386484 (patch)
treee72f3d4a211bff118388d1aa2f8093a2bde44d2b /gradlew.bat
parentrefactor(frontend): move from Webpack to Vite (diff)
downloadrefinery-7343c8607ee25f54234010d44f2b372bdc386484.tar.gz
refinery-7343c8607ee25f54234010d44f2b372bdc386484.tar.zst
refinery-7343c8607ee25f54234010d44f2b372bdc386484.zip
chore(deps): bump dependencies
Diffstat (limited to 'gradlew.bat')
-rw-r--r--gradlew.bat14
1 files changed, 8 insertions, 6 deletions
diff --git a/gradlew.bat b/gradlew.bat
index ac1b06f9..53a6b238 100644
--- a/gradlew.bat
+++ b/gradlew.bat
@@ -14,7 +14,7 @@
14@rem limitations under the License. 14@rem limitations under the License.
15@rem 15@rem
16 16
17@if "%DEBUG%" == "" @echo off 17@if "%DEBUG%"=="" @echo off
18@rem ########################################################################## 18@rem ##########################################################################
19@rem 19@rem
20@rem Gradle startup script for Windows 20@rem Gradle startup script for Windows
@@ -25,7 +25,7 @@
25if "%OS%"=="Windows_NT" setlocal 25if "%OS%"=="Windows_NT" setlocal
26 26
27set DIRNAME=%~dp0 27set DIRNAME=%~dp0
28if "%DIRNAME%" == "" set DIRNAME=. 28if "%DIRNAME%"=="" set DIRNAME=.
29set APP_BASE_NAME=%~n0 29set APP_BASE_NAME=%~n0
30set APP_HOME=%DIRNAME% 30set APP_HOME=%DIRNAME%
31 31
@@ -40,7 +40,7 @@ if defined JAVA_HOME goto findJavaFromJavaHome
40 40
41set JAVA_EXE=java.exe 41set JAVA_EXE=java.exe
42%JAVA_EXE% -version >NUL 2>&1 42%JAVA_EXE% -version >NUL 2>&1
43if "%ERRORLEVEL%" == "0" goto execute 43if %ERRORLEVEL% equ 0 goto execute
44 44
45echo. 45echo.
46echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 46echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
@@ -75,13 +75,15 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
75 75
76:end 76:end
77@rem End local scope for the variables with windows NT shell 77@rem End local scope for the variables with windows NT shell
78if "%ERRORLEVEL%"=="0" goto mainEnd 78if %ERRORLEVEL% equ 0 goto mainEnd
79 79
80:fail 80:fail
81rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of 81rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
82rem the _cmd.exe /c_ return code! 82rem the _cmd.exe /c_ return code!
83if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 83set EXIT_CODE=%ERRORLEVEL%
84exit /b 1 84if %EXIT_CODE% equ 0 set EXIT_CODE=1
85if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
86exit /b %EXIT_CODE%
85 87
86:mainEnd 88:mainEnd
87if "%OS%"=="Windows_NT" endlocal 89if "%OS%"=="Windows_NT" endlocal