Skip to content

Commit 202e349

Browse files
committed
DynamicImport-Package only include .*
1 parent 3739855 commit 202e349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ tasks {
160160
"Import-Package" to fullImportPackages
161161
)
162162
if (dynamicImportPackages.isNotEmpty()) {
163-
bndInstructions["DynamicImport-Package"] = dynamicImportPackages.joinToString(",") { "$it,$it.*" }
163+
bndInstructions["DynamicImport-Package"] = dynamicImportPackages.joinToString(",") { "$it.*" }
164164
}
165165
bnd(bndInstructions)
166166
}

0 commit comments

Comments
 (0)