File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
- name : Checkout
21
21
uses : actions/checkout@v4
22
- - run : git clone https://github.com/diffplug/durian-rx ../durian-rx
23
22
- name : Install JDK ${{ matrix.jre }}
24
23
uses : actions/setup-java@v4
25
24
with :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ VER_FINDBUGS=3.0.1
13
13
14
14
# Dependencies
15
15
VER_DURIAN =1.2.0
16
- VER_DURIAN_RX =4 .0.0
16
+ VER_DURIAN_RX =5 .0.0
17
17
VER_DURIAN_DEBUG =1.0.0
18
18
# SWT Dependencies from P2
19
19
SWT_VERSION =4.21
Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ blowdryerSetup {
39
39
40
40
rootProject. name = ' durian-swt-root'
41
41
42
- includeBuild ' ../durian-rx'
43
-
44
42
include ' durian-swt'
45
43
include ' durian-swt.os'
46
44
include ' durian-swt.cocoa.macosx.aarch64'
You can’t perform that action at this time.
0 commit comments