Package org.gradle.api.plugins.osgi
Class OsgiPlugin
- java.lang.Object
-
- org.gradle.api.plugins.osgi.OsgiPlugin
-
@Deprecated public class OsgiPlugin extends Object implements Plugin<Project>
Deprecated.APlugin
which extends theJavaPlugin
to add OSGi meta-information to the project Jars.
-
-
Constructor Summary
Constructors Constructor Description OsgiPlugin()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
apply(Project project)
Deprecated.Apply this plugin to the given target object.
-