Skip to content
Snippets Groups Projects
Commit d9c0ee70 authored by Daniel Stonier's avatar Daniel Stonier
Browse files

add the eclipse plugin as a default.

parent acdcc8fc
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,8 @@ class RosJavaPlugin implements Plugin<Project> { ...@@ -23,8 +23,8 @@ class RosJavaPlugin implements Plugin<Project> {
if (!project.plugins.findPlugin('maven-publish')) { if (!project.plugins.findPlugin('maven-publish')) {
project.apply(plugin: 'maven-publish') project.apply(plugin: 'maven-publish')
} }
if (!project.plugins.findPlugin('osgi')) { if (!project.plugins.findPlugin('eclipse')) {
project.apply(plugin: 'osgi') project.apply(plugin: 'eclipse')
} }
project.sourceCompatibility = 1.6 project.sourceCompatibility = 1.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment