Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit 76f691a

Browse files
committed
make eclipse optional for users to apply if they want to.
1 parent d9c0ee7 commit 76f691a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosJavaPlugin.groovy

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ class RosJavaPlugin implements Plugin<Project> {
2323
if (!project.plugins.findPlugin('maven-publish')) {
2424
project.apply(plugin: 'maven-publish')
2525
}
26-
if (!project.plugins.findPlugin('eclipse')) {
27-
project.apply(plugin: 'eclipse')
28-
}
2926

3027
project.sourceCompatibility = 1.6
3128
project.targetCompatibility = 1.6

0 commit comments

Comments
 (0)