3
0

Stop publishing -server artifacts [ci skip]

This commit is contained in:
Prototik
2015-10-25 17:20:48 +07:00
parent ed0bc9ab15
commit 40c95e49c0
4 changed files with 6 additions and 10 deletions

4
gradlew vendored
View File

@ -56,9 +56,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