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 84f612c commit fc6f16bCopy full SHA for fc6f16b
micrometer-osgi-test/build.gradle
@@ -26,7 +26,9 @@ dependencies {
26
def testingBundle = tasks.register('testingBundle', Bundle) {
27
archiveClassifier = 'tests'
28
from sourceSets.test.output
29
-
+ if (JavaLanguageVersion.current().asInt() < 17) {
30
+ sourceSet = sourceSets.test
31
+ }
32
bundle {
33
bnd """\
34
Bundle-SymbolicName: \${task.archiveBaseName}-\${task.archiveClassifier}
0 commit comments