We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496386e commit b3df331Copy full SHA for b3df331
durian-swt/build.gradle
@@ -20,6 +20,8 @@ dependencies {
20
testImplementation "org.assertj:assertj-core:$VER_ASSERTJ"
21
testImplementation "com.diffplug.durian:durian-debug:$VER_DURIAN_DEBUG"
22
}
23
+// in java-library mode, durian-swt.os remains as a folder of classes for gradle internally, which the osgi plugin does not like
24
+tasks.jar.dependsOn(':durian-swt.os:jar')
25
26
/////////////////////////
27
// INTERACTIVE TESTING //
0 commit comments