Skip to content

Commit

Permalink
Workaround the java-library vs osgi bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 13, 2020
1 parent 496386e commit b3df331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions durian-swt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ dependencies {
testImplementation "org.assertj:assertj-core:$VER_ASSERTJ"
testImplementation "com.diffplug.durian:durian-debug:$VER_DURIAN_DEBUG"
}
// in java-library mode, durian-swt.os remains as a folder of classes for gradle internally, which the osgi plugin does not like
tasks.jar.dependsOn(':durian-swt.os:jar')

/////////////////////////
// INTERACTIVE TESTING //
Expand Down

0 comments on commit b3df331

Please sign in to comment.