Fix small Gradle things.

This commit is contained in:
Matt 2016-02-22 23:30:49 -05:00
parent 1768651782
commit 87ee693a49
4 changed files with 10 additions and 8 deletions

View File

@ -34,8 +34,6 @@ repositories {
}
}
version = "3.2.27"
minecraft {
version = "1.8.9-11.15.1.1742"
mappings = "snapshot_20160204"

View File

@ -9,7 +9,7 @@ buildscript {
}
}
group = 'com.intellectualcrafters'
version = '3.2.27'
version = '3.3.0'
description = """PlotSquared"""

View File

@ -1,6 +1,6 @@
#Mon Feb 22 21:55:23 EST 2016
#Mon Feb 22 23:29:29 EST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-all.zip

10
gradlew vendored
View File

@ -42,6 +42,11 @@ case "`uname`" in
;;
esac
# For Cygwin, ensure paths are in UNIX format before anything is touched.
if $cygwin ; then
[ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
fi
# Attempt to set APP_HOME
# Resolve links: $0 may be a link
PRG="$0"
@ -56,9 +61,9 @@ while [ -h "$PRG" ] ; do
fi
done
SAVED="`pwd`"
cd "`dirname \"$PRG\"`/" >/dev/null
cd "`dirname \"$PRG\"`/" >&-
APP_HOME="`pwd -P`"
cd "$SAVED" >/dev/null
cd "$SAVED" >&-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
@ -109,7 +114,6 @@ fi
if $cygwin ; then
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
JAVACMD=`cygpath --unix "$JAVACMD"`
# We build the pattern for arguments to be converted via cygpath
ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`