We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655c0be commit 53338fdCopy full SHA for 53338fd
.github/workflows/ci.yml
@@ -19,7 +19,6 @@ jobs:
19
steps:
20
- name: Checkout
21
uses: actions/checkout@v4
22
- - run: git clone https://github.com/diffplug/durian-rx ../durian-rx
23
- name: Install JDK ${{ matrix.jre }}
24
uses: actions/setup-java@v4
25
with:
gradle.properties
@@ -13,7 +13,7 @@ VER_FINDBUGS=3.0.1
13
14
# Dependencies
15
VER_DURIAN=1.2.0
16
-VER_DURIAN_RX=4.0.0
+VER_DURIAN_RX=5.0.0
17
VER_DURIAN_DEBUG=1.0.0
18
# SWT Dependencies from P2
SWT_VERSION=4.21
settings.gradle
@@ -39,8 +39,6 @@ blowdryerSetup {
39
40
rootProject.name = 'durian-swt-root'
41
42
-includeBuild '../durian-rx'
43
-
44
include 'durian-swt'
45
include 'durian-swt.os'
46
include 'durian-swt.cocoa.macosx.aarch64'
0 commit comments