Skip to content

Commit 1f2a3d8

Browse files
committed
Make it easier to work on durian-rx.
1 parent d86257c commit 1f2a3d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

durian-swt/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ dependencies {
2020
testImplementation "org.assertj:assertj-core:$VER_ASSERTJ"
2121
testImplementation "com.diffplug.durian:durian-debug:$VER_DURIAN_DEBUG"
2222
}
23+
/*
24+
apply plugin: 'com.diffplug.gradle.eclipse.projectdeps'
25+
eclipseProjectDeps {
26+
replaceWithProject('durian-rx')
27+
}
28+
*/
2329
// in java-library mode, durian-swt.os remains as a folder of classes for gradle internally, which the osgi plugin does not like
2430
tasks.jar.dependsOn(':durian-swt.os:jar')
2531

0 commit comments

Comments
 (0)