Skip to content

Commit 53338fd

Browse files
committed
Stop using composite build crutch.
1 parent 655c0be commit 53338fd

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
22-
- run: git clone https://github.com/diffplug/durian-rx ../durian-rx
2322
- name: Install JDK ${{ matrix.jre }}
2423
uses: actions/setup-java@v4
2524
with:

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ VER_FINDBUGS=3.0.1
1313

1414
# Dependencies
1515
VER_DURIAN=1.2.0
16-
VER_DURIAN_RX=4.0.0
16+
VER_DURIAN_RX=5.0.0
1717
VER_DURIAN_DEBUG=1.0.0
1818
# SWT Dependencies from P2
1919
SWT_VERSION=4.21

settings.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ blowdryerSetup {
3939

4040
rootProject.name = 'durian-swt-root'
4141

42-
includeBuild '../durian-rx'
43-
4442
include 'durian-swt'
4543
include 'durian-swt.os'
4644
include 'durian-swt.cocoa.macosx.aarch64'

0 commit comments

Comments
 (0)