Ignore:
Timestamp:
2016-06-20T17:21:18+02:00 (9 years ago)
Author:
floscher
Message:

Tweak settings for Eclipse and IntelliJ idea

  • put code style settings for IntelliJ under version control
  • set target platform to 1.8 in Eclipse
  • add Gradle nature to Eclipse project
File:
1 edited

Legend:

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

    r32335 r32340  
    11apply plugin: 'eclipse'
    22apply plugin: 'findbugs'
     3apply plugin: 'idea'
    34apply plugin: 'jacoco'
    45apply plugin: 'java'
     
    6667    name = 'JOSM-Mapillary'
    6768    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'
    6971    buildCommand 'ch.acanda.eclipse.pmd.builder.PMDBuilder'
     72    buildCommand 'org.eclipse.buildship.core.gradleprojectbuilder'
    7073  }
    7174}
Note: See TracChangeset for help on using the changeset viewer.