Changeset 32867 in osm for applications/editors/josm


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

Update Gradle to version 3.0

Location:
applications/editors/josm/plugins/mapillary
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/gradle.properties

    r32693 r32867  
    1414plugin.jar.name=Mapillary
    1515
    16 tool.pmd.version=5.5.0
     16tool.pmd.version=5.5.1
    1717tool.findbugs.version=3.0.1
    1818tool.jacoco.version=0.7.7.201606060606
  • applications/editors/josm/plugins/mapillary/gradle/tool-config.gradle

    r32693 r32867  
    2626  toolVersion project.property('tool.pmd.version')
    2727  ignoreFailures true
    28   targetJdk 1.7 // 1.8 is not yet available (as of Gradle 2.14.1, see https://docs.gradle.org/current/javadoc/org/gradle/api/plugins/quality/TargetJdk.html)
     28  targetJdk 1.7 // 1.8 is not yet available (as of Gradle 3.0, see https://docs.gradle.org/current/javadoc/org/gradle/api/plugins/quality/TargetJdk.html)
    2929  ruleSetConfig = resources.text.fromFile('config/pmd/ruleset.xml')
    3030}
  • applications/editors/josm/plugins/mapillary/gradle/wrapper/gradle-wrapper.properties

    r32693 r32867  
    33zipStoreBase=GRADLE_USER_HOME
    44zipStorePath=wrapper/dists
    5 distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
    6 distributionSha256Sum=88a910cdf2e03ebbb5fe90f7ecf534fc9ac22e12112dc9a2fee810c598a76091
     5distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-all.zip
     6distributionSha256Sum=9c8b7564ea6a911b5b9fcadd60f3a6cea4238413c8b1e1dd14400a50954aab99
  • 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 "$@"
  • applications/editors/josm/plugins/mapillary/gradlew.bat

    r32285 r32867  
    5050
    5151if not "%OS%" == "Windows_NT" goto win9xME_args
    52 if "%@eval[2+2]" == "4" goto 4NT_args
    5352
    5453:win9xME_args
     
    6160
    6261set CMD_LINE_ARGS=%*
    63 goto execute
    64 
    65 :4NT_args
    66 @rem Get arguments from the 4NT Shell from JP Software
    67 set CMD_LINE_ARGS=%$
    6862
    6963:execute
Note: See TracChangeset for help on using the changeset viewer.