biz.aQute.bnd
Owner: Bndtools
Gradle Plugin for developing OSGi bundles with Bnd. Bnd is the premiere tool for creating OSGi bundles. This gradle plugin is from the team that develops Bnd and is used by the Bnd team to build Bnd itself. See https://github.com/bndtools/bnd/blob/master/biz.aQute.bnd.gradle/README.md for information on using in a Bnd Workspace and a typical Gradle build.
https://github.com/bndtools/bnd
Version 5.1.1
5.1.1
Created 17 June 2020.
Gradle Plugin for developing OSGi bundles with Bnd. Bnd is the premiere tool for creating OSGi bundles. This gradle plugin is from the team that develops Bnd and is used by the Bnd team to build Bnd itself. See https://github.com/bndtools/bnd/blob/5.1.1.REL/biz.aQute.bnd.gradle/README.md for information on using in a Bnd Workspace and a typical Gradle build.
Add this plugin to your build using the plugins DSL:
plugins {
id("biz.aQute.bnd") version "5.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("biz.aQute.bnd:biz.aQute.bnd.gradle:5.1.1") } } apply(plugin = "biz.aQute.bnd")
- Applying plugins to all subprojects .