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

updateing gradle to version 2.7

parent 57de7b32
No related branches found
No related tags found
No related merge requests found
Upcoming version:
-----------------
- updateing gradle to version 2.7 (Nikolaus Krismer)
- updateing readme (tag location) (Nikolaus Krismer)
- #2 fixed (Nikolaus Krismer)
- added possibility to export spatialite database from postgis (Nikolaus Krismer)
......
No preview for this file type
#Thu Aug 13 11:32:37 CEST 2015
#Tue Sep 15 13:21:57 CEST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip
......@@ -42,11 +42,6 @@ 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"
......@@ -114,6 +109,7 @@ 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`
......
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