Changeset 32340 in osm for applications/editors/josm/plugins/mapillary/build.gradle
- Timestamp:
- 2016-06-20T17:21:18+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/build.gradle
r32335 r32340 1 1 apply plugin: 'eclipse' 2 2 apply plugin: 'findbugs' 3 apply plugin: 'idea' 3 4 apply plugin: 'jacoco' 4 5 apply plugin: 'java' … … 66 67 name = 'JOSM-Mapillary' 67 68 comment = property('plugin.description') 68 natures 'org.sonarlint.eclipse.core.sonarlintNature', 'ch.acanda.eclipse.pmd.builder.PMDNature' 69 natures 'org.sonarlint.eclipse.core.sonarlintNature', 'ch.acanda.eclipse.pmd.builder.PMDNature', 'org.eclipse.buildship.core.gradleprojectnature' 70 buildCommand 'org.sonarlint.eclipse.core.sonarlintBuilder' 69 71 buildCommand 'ch.acanda.eclipse.pmd.builder.PMDBuilder' 72 buildCommand 'org.eclipse.buildship.core.gradleprojectbuilder' 70 73 } 71 74 }
Note:
See TracChangeset
for help on using the changeset viewer.