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.
2 parents 6adaf31 + 7e2f0e4 commit bf5bdccCopy full SHA for bf5bdcc
CHANGES.md
@@ -1,6 +1,8 @@
1
# DurianSwt releases
2
3
## [Unreleased]
4
+### Fixed
5
+- Remove more errant platform-specfic SWT artifacts. ([#25](https://github.com/diffplug/durian-swt/pull/25))
6
7
## [4.2.1] - 2023-06-22
8
### Fixed
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