From b8c0af0165129803ae9c20115fecc323ad1db1a7 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Thu, 23 Nov 2023 16:10:27 +0100 Subject: [PATCH] Increase mf-core to be compliant with new mf-fix Otherwise build will break. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e8541355..4a9eada8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: run: | git clone https://github.com/metafacture/metafacture-core.git cd metafacture-core - git checkout 5.7.0-rc1 + git checkout 5.7.0-rc2 ./gradlew publishToMavenLocal - name: Install metafacture-fix run: |