This issue is to track the release of the upcoming bnd 7.4.0 release.
<pluginRepositories>
<pluginRepository>
<id>bnd-rc</id>
<url>https://bndtools.jfrog.io/bndtools/libs-release/</url>
</pluginRepository>
</pluginRepositories>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bnd.maven</artifactId>
<version>7.4.0-RC1</version>
</plugin>
pluginManagement {
repositories {
maven {
url = uri("https://bndtools.jfrog.io/bndtools/libs-release/")
}
gradlePluginPortal()
}
}
plugins {
id "biz.aQute.bnd.builder" version "7.4.0-RC1"
}
This issue is to track the release of the upcoming bnd 7.4.0 release.
Release Notes: https://github.com/bndtools/bnd/wiki/Changes-in-7.4.0
Plan
RC1
Maven:
Gradle: