From 7c73ea66858d4fc17c97407c4fbd1fb6c321f867 Mon Sep 17 00:00:00 2001 From: ZZZank <3410764033@qq.com> Date: Wed, 6 Mar 2024 11:23:25 +0800 Subject: [PATCH 1/2] use a forked, updated KubeJS repo --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4aa321c00..8e6be2387 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,10 @@ jobs: distribution: 'temurin' java-version: '17' - - run: git clone --branch 1605 https://github.com/KubeJS-Mods/KubeJS.git + # We're using a forked KubeJS because the origianl one has reached its + # end of support, and the most recent, unreleased change is causing crash + # in such old codebase + - run: git clone --branch 1605 https://github.com/ZZZank/KubeJS.git - run: git apply ../.github/actions/ci/patches/kubejs.patch working-directory: KubeJS From 12cadeb58798703e6882a1d7cd863cae11532d3d Mon Sep 17 00:00:00 2001 From: ZZZank <47418975+ZZZank@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:12:53 +0800 Subject: [PATCH 2/2] add link to related Github PR --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e6be2387..133fe6c53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,6 +149,7 @@ jobs: # We're using a forked KubeJS because the origianl one has reached its # end of support, and the most recent, unreleased change is causing crash # in such old codebase + # For details, see https://github.com/EnigmaticaModpacks/Enigmatica6/pull/5445 - run: git clone --branch 1605 https://github.com/ZZZank/KubeJS.git - run: git apply ../.github/actions/ci/patches/kubejs.patch working-directory: KubeJS