api / org.gradle.api.plugins.osgi / OsgiPlugin

OsgiPlugin

open class OsgiPlugin : Plugin<Project>

A Plugin which extends the JavaPlugin to add OSGi meta-information to the project Jars.

Constructors

<init>

OsgiPlugin()

A Plugin which extends the JavaPlugin to add OSGi meta-information to the project Jars.

Functions

apply

open fun apply(project: Project): Unit