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

Update Gradle to version 3.0

Location:
applications/editors/josm/plugins/mapillary/gradle
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.