Gradle 2.11

This commit is contained in:
modmuss50 2016-02-24 11:05:28 +00:00
parent 46cdf8f587
commit c8453292b4
4 changed files with 5 additions and 5 deletions

View file

@ -234,5 +234,5 @@ uploadArchives {
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
//To update the wrapper change the version bellow then run: gradle wrapper //To update the wrapper change the version bellow then run: gradle wrapper
gradleVersion = '2.9' gradleVersion = '2.11'
} }

Binary file not shown.

View file

@ -1,6 +1,6 @@
#Mon Sep 14 12:28:28 PDT 2015 #Wed Feb 24 08:39:32 GMT 2016
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-bin.zip

4
gradlew vendored
View file

@ -56,9 +56,9 @@ while [ -h "$PRG" ] ; do
fi fi
done done
SAVED="`pwd`" SAVED="`pwd`"
cd "`dirname \"$PRG\"`/" >/dev/null cd "`dirname \"$PRG\"`/" >&-
APP_HOME="`pwd -P`" APP_HOME="`pwd -P`"
cd "$SAVED" >/dev/null cd "$SAVED" >&-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar