Skip to content

Commit 7457292

Browse files
committed
Remove more errant dependencies.
1 parent 6adaf31 commit 7457292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ subprojects { subProject ->
5555
p2repo "https://download.eclipse.org/eclipse/updates/$SWT_TO_USE/"
5656
install "org.eclipse.swt.$platformCode"
5757
addFilter 'no-platform-filter', {
58-
it.platformAll()
58+
it.platform(com.diffplug.common.swt.os.SwtPlatform.parseWsOsArch(platformCode))
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)