Revert "Gradle 2.11"

This reverts commit c8453292b4.
This commit is contained in:
modmuss50 2016-03-02 16:35:03 +00:00
parent 1d72578973
commit 5ed5aeea54
4 changed files with 5 additions and 5 deletions

View file

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

Binary file not shown.

View file

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

4
gradlew vendored
View file

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