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

Commit d9c0ee7

Browse files
committed
add the eclipse plugin as a default.
1 parent acdcc8f commit d9c0ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

3030
project.sourceCompatibility = 1.6

0 commit comments

Comments
 (0)