We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0b29b commit 03d8a72Copy full SHA for 03d8a72
gradle/plugins/common/src/main/kotlin/junitbuild.osgi-conventions.gradle.kts
@@ -61,7 +61,7 @@ tasks.withType<Jar>().named {
61
-removeheaders: Private-Package
62
63
# Instruct the APIGuardianAnnotations how to operate.
64
- # See https://bnd.bndtools.org/instructions/export-apiguardian.html
+ # See https://bnd.bndtools.org/instructions/export_apiguardian.html
65
-export-apiguardian: *;version=${'$'}{versionmask;===;${'$'}{version_cleanup;${'$'}{task.archiveVersion}}}
66
67
# Avoid including java packages in Import-Package header to maximize compatibility with older OSGi runtimes.
0 commit comments