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 7f38afb commit 76bb993Copy full SHA for 76bb993
micrometer-osgi-test/build.gradle
@@ -26,9 +26,9 @@ dependencies {
26
def testingBundle = tasks.register('testingBundle', Bundle) {
27
archiveClassifier = 'tests'
28
from sourceSets.test.output
29
- sourceSet = sourceSets.test
30
bundle {
31
- bnd """\
+ sourceSet = sourceSets.test
+ bnd = """\
32
Bundle-SymbolicName: \${task.archiveBaseName}-\${task.archiveClassifier}
33
Test-Cases: \${classes;HIERARCHY_INDIRECTLY_ANNOTATED;org.junit.platform.commons.annotation.Testable;CONCRETE}
34
""".stripIndent()
0 commit comments