Application Android et IOS pour l'amicale des élèves
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

gradlew.bat 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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 http://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. @if "%DEBUG%" == "" @echo off
  17. @rem ##########################################################################
  18. @rem
  19. @rem Gradle startup script for Windows
  20. @rem
  21. @rem ##########################################################################
  22. @rem Set local scope for the variables with windows NT shell
  23. if "%OS%"=="Windows_NT" setlocal
  24. set DIRNAME=%~dp0
  25. if "%DIRNAME%" == "" set DIRNAME=.
  26. set APP_BASE_NAME=%~n0
  27. set APP_HOME=%DIRNAME%
  28. @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
  29. set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
  30. @rem Find java.exe
  31. if defined JAVA_HOME goto findJavaFromJavaHome
  32. set JAVA_EXE=java.exe
  33. %JAVA_EXE% -version >NUL 2>&1
  34. if "%ERRORLEVEL%" == "0" goto init
  35. echo.
  36. echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
  37. echo.
  38. echo Please set the JAVA_HOME variable in your environment to match the
  39. echo location of your Java installation.
  40. goto fail
  41. :findJavaFromJavaHome
  42. set JAVA_HOME=%JAVA_HOME:"=%
  43. set JAVA_EXE=%JAVA_HOME%/bin/java.exe
  44. if exist "%JAVA_EXE%" goto init
  45. echo.
  46. echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
  47. echo.
  48. echo Please set the JAVA_HOME variable in your environment to match the
  49. echo location of your Java installation.
  50. goto fail
  51. :init
  52. @rem Get command-line arguments, handling Windows variants
  53. if not "%OS%" == "Windows_NT" goto win9xME_args
  54. :win9xME_args
  55. @rem Slurp the command line arguments.
  56. set CMD_LINE_ARGS=
  57. set _SKIP=2
  58. :win9xME_args_slurp
  59. if "x%~1" == "x" goto execute
  60. set CMD_LINE_ARGS=%*
  61. :execute
  62. @rem Setup the command line
  63. set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
  64. @rem Execute Gradle
  65. "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
  66. :end
  67. @rem End local scope for the variables with windows NT shell
  68. if "%ERRORLEVEL%"=="0" goto mainEnd
  69. :fail
  70. rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
  71. rem the _cmd.exe /c_ return code!
  72. if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
  73. exit /b 1
  74. :mainEnd
  75. if "%OS%"=="Windows_NT" endlocal
  76. :omega