Skip to content

Commit 9786a6c

Browse files
committed
fix: Preview bnd builder plugin was modifying the configurations after dependency locking
1 parent 497a935 commit 9786a6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dd-smoke-tests/osgi/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import aQute.bnd.gradle.Bundle
22

33
plugins {
4-
id 'biz.aQute.bnd.builder' version '6.1.0' apply true
4+
id 'biz.aQute.bnd.builder' version '6.4.0' apply true
55
}
66

77
repositories {
@@ -70,6 +70,7 @@ def clientBundle = tasks.register('clientBundle', Bundle) {
7070
attributes('Bundle-Activator': 'datadog.smoketest.osgi.client.Activator')
7171
}
7272
}
73+
clientBundle.get()
7374

7475
def messagingBundle = tasks.register('messagingBundle', Bundle) {
7576
archiveClassifier = 'messaging'

0 commit comments

Comments
 (0)