Skip to content

Commit 83e8b92

Browse files
committed
Upgrade to Gradle 2.12
1 parent 976c31f commit 83e8b92

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Feb 15 17:15:12 GMT 2016
1+
#Mon Apr 04 11:55:32 BST 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-bin.zip

gradlew

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ while [ -h "$PRG" ] ; do
5656
fi
5757
done
5858
SAVED="`pwd`"
59-
cd "`dirname \"$PRG\"`/" >&-
59+
cd "`dirname \"$PRG\"`/" >/dev/null
6060
APP_HOME="`pwd -P`"
61-
cd "$SAVED" >&-
61+
cd "$SAVED" >/dev/null
6262

6363
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
6464

gradlew.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ echo location of your Java installation.
4646
goto fail
4747

4848
:init
49-
@rem Get command-line arguments, handling Windowz variants
49+
@rem Get command-line arguments, handling Windows variants
5050

5151
if not "%OS%" == "Windows_NT" goto win9xME_args
5252
if "%@eval[2+2]" == "4" goto 4NT_args

0 commit comments

Comments
 (0)