Skip to content

Commit bc6cea4

Browse files
committed
Updating gradle wrapper to 1.12
1 parent 0c804c4 commit bc6cea4

File tree

4 files changed

+97
-97
lines changed

4 files changed

+97
-97
lines changed

‎gradle/wrapper/gradle-wrapper.jar‎

5.87 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Feb 13 00:13:35 GMT 2013
1+
#Wed Jul 02 20:43:27 CEST 2014
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.4-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-1.4-bin.zip

‎gradlew‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
##############################################################################
44
##
@@ -61,9 +61,9 @@ while [ -h "$PRG" ] ; do
6161
fi
6262
done
6363
SAVED="`pwd`"
64-
cd"`dirname \"$PRG\"`/"
64+
cd"`dirname \"$PRG\"`/">&-
6565
APP_HOME="`pwd -P`"
66-
cd"$SAVED"
66+
cd"$SAVED">&-
6767

6868
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
6969

@@ -101,13 +101,13 @@ if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
101101
warn "Could not set maximum file descriptor limit: $MAX_FD"
102102
fi
103103
else
104-
warn "Could not query businessSystem maximum file descriptor limit: $MAX_FD_LIMIT"
104+
warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
105105
fi
106106
fi
107107

108108
# For Darwin, add options to specify how the application appears in the dock
109109
if$darwin;then
110-
JAVA_OPTS="$JAVA_OPTS\"-Xdock:name=$APP_NAME\"\"-Xdock:icon=$APP_HOME/media/gradle.icns\""
110+
GRADLE_OPTS="$GRADLE_OPTS\"-Xdock:name=$APP_NAME\"\"-Xdock:icon=$APP_HOME/media/gradle.icns\""
111111
fi
112112

113113
# For Cygwin, switch paths to Windows format before running java

‎gradlew.bat‎

Lines changed: 90 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,90 @@
1-
@if "%DEBUG%"==""@echooff
2-
@rem ##########################################################################
3-
@rem
4-
@rem Gradle startup script for Windows
5-
@rem
6-
@rem ##########################################################################
7-
8-
@rem Set local scope for the variables with windows NT shell
9-
if"%OS%"=="Windows_NT"setlocal
10-
11-
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
12-
setDEFAULT_JVM_OPTS=
13-
14-
setDIRNAME=%~dp0
15-
if"%DIRNAME%"==""setDIRNAME=.
16-
setAPP_BASE_NAME=%~n0
17-
setAPP_HOME=%DIRNAME%
18-
19-
@rem Find java.exe
20-
ifdefined JAVA_HOME goto findJavaFromJavaHome
21-
22-
setJAVA_EXE=java.exe
23-
%JAVA_EXE% -version >NUL2>&1
24-
if"%ERRORLEVEL%"=="0"goto init
25-
26-
echo.
27-
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
28-
echo.
29-
echo Please set the JAVA_HOME variable in your environment to match the
30-
echo location of your Java installation.
31-
32-
goto fail
33-
34-
:findJavaFromJavaHome
35-
setJAVA_HOME=%JAVA_HOME:"=%
36-
setJAVA_EXE=%JAVA_HOME%/bin/java.exe
37-
38-
ifexist"%JAVA_EXE%"goto init
39-
40-
echo.
41-
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
42-
echo.
43-
echo Please set the JAVA_HOME variable in your environment to match the
44-
echo location of your Java installation.
45-
46-
goto fail
47-
48-
:init
49-
@rem Get command-line arguments, handling Windowz variants
50-
51-
ifnot"%OS%"=="Windows_NT"goto win9xME_args
52-
if"%@eval[2+2]"=="4"goto 4NT_args
53-
54-
:win9xME_args
55-
@rem Slurp the command line arguments.
56-
setCMD_LINE_ARGS=
57-
set_SKIP=2
58-
59-
:win9xME_args_slurp
60-
if"x%~1"=="x"goto execute
61-
62-
setCMD_LINE_ARGS=%*
63-
goto execute
64-
65-
:4NT_args
66-
@rem Get arguments from the 4NT Shell from JP Software
67-
setCMD_LINE_ARGS=%$
68-
69-
:execute
70-
@rem Setup the command line
71-
72-
setCLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
73-
74-
@rem Execute Gradle
75-
"%JAVA_EXE%"%DEFAULT_JVM_OPTS%%JAVA_OPTS%%GRADLE_OPTS%"-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
76-
77-
:end
78-
@rem End local scope for the variables with windows NT shell
79-
if"%ERRORLEVEL%"=="0"goto mainEnd
80-
81-
:fail
82-
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
83-
rem the _cmd.exe /c_ return code!
84-
ifnot""=="%GRADLE_EXIT_CONSOLE%"exit1
85-
exit /b 1
86-
87-
:mainEnd
88-
if"%OS%"=="Windows_NT"endlocal
89-
90-
:omega
1+
@if "%DEBUG%"==""@echooff
2+
@rem ##########################################################################
3+
@rem
4+
@rem Gradle startup script for Windows
5+
@rem
6+
@rem ##########################################################################
7+
8+
@rem Set local scope for the variables with windows NT shell
9+
if"%OS%"=="Windows_NT"setlocal
10+
11+
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
12+
setDEFAULT_JVM_OPTS=
13+
14+
setDIRNAME=%~dp0
15+
if"%DIRNAME%"==""setDIRNAME=.
16+
setAPP_BASE_NAME=%~n0
17+
setAPP_HOME=%DIRNAME%
18+
19+
@rem Find java.exe
20+
ifdefined JAVA_HOME goto findJavaFromJavaHome
21+
22+
setJAVA_EXE=java.exe
23+
%JAVA_EXE% -version >NUL2>&1
24+
if"%ERRORLEVEL%"=="0"goto init
25+
26+
echo.
27+
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
28+
echo.
29+
echo Please set the JAVA_HOME variable in your environment to match the
30+
echo location of your Java installation.
31+
32+
goto fail
33+
34+
:findJavaFromJavaHome
35+
setJAVA_HOME=%JAVA_HOME:"=%
36+
setJAVA_EXE=%JAVA_HOME%/bin/java.exe
37+
38+
ifexist"%JAVA_EXE%"goto init
39+
40+
echo.
41+
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
42+
echo.
43+
echo Please set the JAVA_HOME variable in your environment to match the
44+
echo location of your Java installation.
45+
46+
goto fail
47+
48+
:init
49+
@rem Get command-line arguments, handling Windowz variants
50+
51+
ifnot"%OS%"=="Windows_NT"goto win9xME_args
52+
if"%@eval[2+2]"=="4"goto 4NT_args
53+
54+
:win9xME_args
55+
@rem Slurp the command line arguments.
56+
setCMD_LINE_ARGS=
57+
set_SKIP=2
58+
59+
:win9xME_args_slurp
60+
if"x%~1"=="x"goto execute
61+
62+
setCMD_LINE_ARGS=%*
63+
goto execute
64+
65+
:4NT_args
66+
@rem Get arguments from the 4NT Shell from JP Software
67+
setCMD_LINE_ARGS=%$
68+
69+
:execute
70+
@rem Setup the command line
71+
72+
setCLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
73+
74+
@rem Execute Gradle
75+
"%JAVA_EXE%"%DEFAULT_JVM_OPTS%%JAVA_OPTS%%GRADLE_OPTS%"-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
76+
77+
:end
78+
@rem End local scope for the variables with windows NT shell
79+
if"%ERRORLEVEL%"=="0"goto mainEnd
80+
81+
:fail
82+
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
83+
rem the _cmd.exe /c_ return code!
84+
ifnot""=="%GRADLE_EXIT_CONSOLE%"exit1
85+
exit /b 1
86+
87+
:mainEnd
88+
if"%OS%"=="Windows_NT"endlocal
89+
90+
:omega

0 commit comments

Comments
(0)