Skip to content
Snippets Groups Projects
Commit 7e36c76a authored by User expired's avatar User expired
Browse files

updating gradle to version 3.2.1

parent 3099777f
No related branches found
No related tags found
No related merge requests found
Upcoming version: Upcoming version:
----------------- -----------------
- updating gradle to version 3.2.1 (Nikolaus Krismer)
- updating gradle to version 3.2 (Nikolaus Krismer) - updating gradle to version 3.2 (Nikolaus Krismer)
- updating geoserver to latest version (Nikolaus Krismer) - updating geoserver to latest version (Nikolaus Krismer)
- changing git repo link in contribution guidelines (Nikolaus Krismer) - changing git repo link in contribution guidelines (Nikolaus Krismer)
......
No preview for this file type
#Tue Nov 22 17:27:34 CET 2016 #Mon Nov 28 09:30:36 CET 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-3.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-3.2.1-bin.zip
...@@ -155,13 +155,14 @@ if $cygwin ; then ...@@ -155,13 +155,14 @@ if $cygwin ; then
fi fi
# Escape application args # Escape application args
for s in "${@}" ; do save ( ) {
s=\"$s\" for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
APP_ARGS=$APP_ARGS" "$s echo " "
done }
APP_ARGS=$(save "$@")
# Collect all arguments for the java command, following the shell quoting and substitution rules # Collect all arguments for the java command, following the shell quoting and substitution rules
eval set -- "$DEFAULT_JVM_OPTS" "$JAVA_OPTS" "$GRADLE_OPTS" "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS"
# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong # by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment