Skip to content

Commit b3df331

Browse files
committed
Workaround the java-library vs osgi bug.
1 parent 496386e commit b3df331

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

durian-swt/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ dependencies {
2020
testImplementation "org.assertj:assertj-core:$VER_ASSERTJ"
2121
testImplementation "com.diffplug.durian:durian-debug:$VER_DURIAN_DEBUG"
2222
}
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')
2325

2426
/////////////////////////
2527
// INTERACTIVE TESTING //

0 commit comments

Comments
 (0)