Changeset 32579 in osm for applications/editors/josm/plugins/mapillary/build.gradle
- Timestamp:
- 2016-07-05T14:49:03+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/build.gradle
r32403 r32579 32 32 // The JOSM-version can be specified as "latest", "tested" or the numeric version number. 33 33 // When using a numeric version number you can leave out {changing=true}. 34 compile(':josm:10 377')34 compile(':josm:10485') 35 35 // For plugins it's irrelevant, which version is specified, always the latest version is used. 36 36 compile (name: 'apache-commons'){changing=true} … … 80 80 toolVersion project.property('tools.pmd.version') 81 81 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) 83 83 ruleSetConfig = resources.text.fromFile('.settings/pmd-ruleset.xml') 84 84 }
Note:
See TracChangeset
for help on using the changeset viewer.