update SWT to the latest Java 11-compatible version, current 3.126.0 requires Java 17

This commit is contained in:
Anton Keks 2024-06-11 22:34:00 +03:00
parent 9e862087fa
commit 6069b1f745

View File

@ -65,7 +65,7 @@ configurations {
}
dependencies {
def swtVersion = '3.122.0'
def swtVersion = '3.123.0'
linux64 "org.eclipse.platform:org.eclipse.swt.gtk.linux.x86_64:${swtVersion}"
win64 "org.eclipse.platform:org.eclipse.swt.win32.win32.x86_64:${swtVersion}"
macX86 "org.eclipse.platform:org.eclipse.swt.cocoa.macosx.x86_64:${swtVersion}"