Skip to content

Commit 72c25f0

Browse files
committed
Add OSGi metadata to the API and SDK packages
1 parent d84a111 commit 72c25f0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ repositories {
1313

1414
dependencies {
1515
// When updating, update above in plugins too
16+
implementation("biz.aQute.bnd:biz.aQute.bnd.gradle:6.3.1")
1617
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.4.2")
1718
// Needed for japicmp but not automatically brought in for some reason.
1819
implementation("com.google.guava:guava:31.1-jre")

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ plugins {
88
eclipse
99
idea
1010

11+
id("biz.aQute.bnd.builder")
1112
id("otel.errorprone-conventions")
1213
id("otel.jacoco-conventions")
1314
id("otel.spotless-conventions")

sdk/common/bnd.bnd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-fixupmessages "Classes found in the wrong directory"; restrict:=error; is:=ignore

0 commit comments

Comments
 (0)