File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,9 @@ subprojects { subProject ->
51
51
} else {
52
52
apply plugin : ' com.diffplug.eclipse.mavencentral'
53
53
String platformCode = project. name. substring(' durian-swt.' . length())
54
+ String SWT_TO_USE = platformCode. endsWith(" x86" ) ? SWT_VERSION_X86 : SWT_VERSION
54
55
eclipseMavenCentral {
55
- release SWT_VERSION , {
56
+ release SWT_TO_USE , {
56
57
api " org.eclipse.swt.$platformCode "
57
58
}
58
59
}
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ VER_DURIAN_RX=3.0.0
15
15
VER_DURIAN_DEBUG =1.0.0
16
16
VER_RXJAVA =2.0.0
17
17
# SWT Dependencies from P2
18
- SWT_VERSION =4.7.0
18
+ SWT_VERSION =4.21.0
19
+ SWT_VERSION_X86 =4.7.0
19
20
20
21
# Testing
21
22
VER_JUNIT =4.12
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ rootProject.name = 'durian-swt-root'
28
28
29
29
include ' durian-swt'
30
30
include ' durian-swt.os'
31
+ include ' durian-swt.cocoa.macosx.aarch64'
31
32
include ' durian-swt.cocoa.macosx.x86_64'
32
33
include ' durian-swt.gtk.linux.x86_64'
33
34
include ' durian-swt.gtk.linux.x86'
You can’t perform that action at this time.
0 commit comments