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 497a935 commit 9786a6cCopy full SHA for 9786a6c
dd-smoke-tests/osgi/build.gradle
@@ -1,7 +1,7 @@
1
import aQute.bnd.gradle.Bundle
2
3
plugins {
4
- id 'biz.aQute.bnd.builder' version '6.1.0' apply true
+ id 'biz.aQute.bnd.builder' version '6.4.0' apply true
5
}
6
7
repositories {
@@ -70,6 +70,7 @@ def clientBundle = tasks.register('clientBundle', Bundle) {
70
attributes('Bundle-Activator': 'datadog.smoketest.osgi.client.Activator')
71
72
73
+clientBundle.get()
74
75
def messagingBundle = tasks.register('messagingBundle', Bundle) {
76
archiveClassifier = 'messaging'
0 commit comments