Skip to content

Commit bf5bdcc

Browse files
authored
Remove more errant dependencies. (#25)
2 parents 6adaf31 + 7e2f0e4 commit bf5bdcc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# DurianSwt releases
22

33
## [Unreleased]
4+
### Fixed
5+
- Remove more errant platform-specfic SWT artifacts. ([#25](https://github.com/diffplug/durian-swt/pull/25))
46

57
## [4.2.1] - 2023-06-22
68
### Fixed

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)