Ignore:
Timestamp:
2016-07-05T14:49:03+02:00 (9 years ago)
Author:
floscher
Message:

[mapillary] Update PMD to 5.5.0 and also check naming rules

File:
1 edited

Legend:

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

    r32403 r32579  
    3232  // The JOSM-version can be specified as "latest", "tested" or the numeric version number.
    3333  // When using a numeric version number you can leave out {changing=true}.
    34   compile(':josm:10377')
     34  compile(':josm:10485')
    3535  // For plugins it's irrelevant, which version is specified, always the latest version is used.
    3636  compile (name: 'apache-commons'){changing=true}
     
    8080  toolVersion project.property('tools.pmd.version')
    8181  ignoreFailures true
    82   targetJdk 1.7 // 1.8 is not yet available
     82  targetJdk 1.7 // 1.8 is not yet available (as of Gradle 2.14, see https://docs.gradle.org/current/javadoc/org/gradle/api/plugins/quality/TargetJdk.html)
    8383  ruleSetConfig = resources.text.fromFile('.settings/pmd-ruleset.xml')
    8484}
Note: See TracChangeset for help on using the changeset viewer.