Class BndPlugin

java.lang.Object
aQute.bnd.gradle.BndPlugin
All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>

public class BndPlugin extends Object implements 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 Details

  • Constructor Details

    • BndPlugin

      public BndPlugin()
  • Method Details

    • apply

      public void apply(org.gradle.api.Project project)
      Apply the biz.aQute.bnd plugin to the specified project.
      Specified by:
      apply in interface org.gradle.api.Plugin<org.gradle.api.Project>