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

make eclipse optional for users to apply if they want to.

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