Package aQute.bnd.gradle
Class BndPlugin
java.lang.Object
aQute.bnd.gradle.BndPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
BndPlugin for Gradle.
The plugin name is biz.aQute.bnd.
If the bndWorkspace property is set, it will be used for the bnd Workspace.
If the bnd_defaultTask property is set, it will be used for the the default task.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(org.gradle.api.Project project) Apply thebiz.aQute.bndplugin to the specified project.
-
Field Details
-
PLUGINID
Name of the plugin.- See Also:
-
-
Constructor Details
-
BndPlugin
public BndPlugin()
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project project) Apply thebiz.aQute.bndplugin to the specified project.- Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>
-