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
Branches
Tags
No related merge requests found
......@@ -23,8 +23,8 @@ class RosJavaPlugin implements Plugin<Project> {
if (!project.plugins.findPlugin('maven-publish')) {
project.apply(plugin: 'maven-publish')
}
if (!project.plugins.findPlugin('osgi')) {
project.apply(plugin: 'osgi')
if (!project.plugins.findPlugin('eclipse')) {
project.apply(plugin: 'eclipse')
}
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