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.APluginwhich extends theJavaPluginto 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 voidapply(Project project)Deprecated.Apply this plugin to the given target object.
-