Changeset 32867 in osm for applications/editors/josm/plugins/mapillary/gradle
- Timestamp:
- 2016-08-22T13:47:49+02:00 (9 years ago)
- 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 26 26 toolVersion project.property('tool.pmd.version') 27 27 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) 29 29 ruleSetConfig = resources.text.fromFile('config/pmd/ruleset.xml') 30 30 } -
applications/editors/josm/plugins/mapillary/gradle/wrapper/gradle-wrapper.properties
r32693 r32867 3 3 zipStoreBase=GRADLE_USER_HOME 4 4 zipStorePath=wrapper/dists 5 distributionUrl=https\://services.gradle.org/distributions/gradle- 2.14.1-all.zip6 distributionSha256Sum= 88a910cdf2e03ebbb5fe90f7ecf534fc9ac22e12112dc9a2fee810c598a760915 distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-all.zip 6 distributionSha256Sum=9c8b7564ea6a911b5b9fcadd60f3a6cea4238413c8b1e1dd14400a50954aab99
Note:
See TracChangeset
for help on using the changeset viewer.