Ignore:
Timestamp:
2015-12-01T17:39:37+01:00 (9 years ago)
Author:
floscher
Message:

Update Gradle to 2.9 and bump dependencies to their latest versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/gradlew

    r31393 r31782  
    4343esac
    4444
    45 # For Cygwin, ensure paths are in UNIX format before anything is touched.
    46 if $cygwin ; then
    47     [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
    48 fi
    49 
    5045# Attempt to set APP_HOME
    5146# Resolve links: $0 may be a link
     
    6257done
    6358SAVED="`pwd`"
    64 cd "`dirname \"$PRG\"`/" >&-
     59cd "`dirname \"$PRG\"`/" >/dev/null
    6560APP_HOME="`pwd -P`"
    66 cd "$SAVED" >&-
     61cd "$SAVED" >/dev/null
    6762
    6863CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
     
    115110    APP_HOME=`cygpath --path --mixed "$APP_HOME"`
    116111    CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
     112    JAVACMD=`cygpath --unix "$JAVACMD"`
    117113
    118114    # We build the pattern for arguments to be converted via cygpath
Note: See TracChangeset for help on using the changeset viewer.