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 d86257c commit 1f2a3d8Copy full SHA for 1f2a3d8
durian-swt/build.gradle
@@ -20,6 +20,12 @@ dependencies {
20
testImplementation "org.assertj:assertj-core:$VER_ASSERTJ"
21
testImplementation "com.diffplug.durian:durian-debug:$VER_DURIAN_DEBUG"
22
}
23
+/*
24
+ apply plugin: 'com.diffplug.gradle.eclipse.projectdeps'
25
+ eclipseProjectDeps {
26
+ replaceWithProject('durian-rx')
27
+ }
28
+ */
29
// in java-library mode, durian-swt.os remains as a folder of classes for gradle internally, which the osgi plugin does not like
30
tasks.jar.dependsOn(':durian-swt.os:jar')
31
0 commit comments