Skip to content

Commit

Permalink
Remove more errant dependencies. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Oct 26, 2023
2 parents 6adaf31 + 7e2f0e4 commit bf5bdcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# DurianSwt releases

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

## [4.2.1] - 2023-06-22
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ subprojects { subProject ->
p2repo "https://download.eclipse.org/eclipse/updates/$SWT_TO_USE/"
install "org.eclipse.swt.$platformCode"
addFilter 'no-platform-filter', {
it.platformAll()
it.platform(com.diffplug.common.swt.os.SwtPlatform.parseWsOsArch(platformCode))
}
}
}
Expand Down

0 comments on commit bf5bdcc

Please sign in to comment.