Skip to content

Commit 47508a4

Browse files
committed
Remove rogue platform-specific dep.
1 parent 8eed7e4 commit 47508a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

durian-swt/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ p2deps {
66
p2repo "https://download.eclipse.org/eclipse/updates/$SWT_VERSION/"
77
install 'org.eclipse.swt'
88
install 'org.eclipse.jface'
9+
addFilter 'no-platform', {
10+
it.platformNone()
11+
}
912
}
1013
}
1114
dependencies {

0 commit comments

Comments
 (0)