Ignore:
Timestamp:
2016-08-22T13:47:49+02:00 (9 years ago)
Author:
floscher
Message:

Update Gradle to version 3.0

File:
1 edited

Legend:

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

    r32285 r32867  
    162162JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
    163163
     164# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
     165if [[ "$(uname)" == "Darwin" ]] && [[ "$HOME" == "$PWD" ]]; then
     166  cd "$(dirname "$0")"
     167fi
     168
    164169exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
Note: See TracChangeset for help on using the changeset viewer.