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 6adaf31 commit 7457292Copy full SHA for 7457292
build.gradle
@@ -55,7 +55,7 @@ subprojects { subProject ->
55
p2repo "https://download.eclipse.org/eclipse/updates/$SWT_TO_USE/"
56
install "org.eclipse.swt.$platformCode"
57
addFilter 'no-platform-filter', {
58
- it.platformAll()
+ it.platform(com.diffplug.common.swt.os.SwtPlatform.parseWsOsArch(platformCode))
59
}
60
61
0 commit comments