From 053e4b0e4108fe613bf027c43ba153f440758e3a Mon Sep 17 00:00:00 2001 From: Scott Murphy Heiberg Date: Tue, 30 Jul 2024 12:07:05 -0700 Subject: [PATCH] Temporary - Patch GROOVY_3_0_X until https://github.com/apache/groovy/pull/2103 is merged --- .github/workflows/groovy-joint-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/groovy-joint-workflow.yml b/.github/workflows/groovy-joint-workflow.yml index 3383698559d..d3d4b848bfd 100644 --- a/.github/workflows/groovy-joint-workflow.yml +++ b/.github/workflows/groovy-joint-workflow.yml @@ -51,7 +51,7 @@ jobs: key: cache-local-groovy-maven-${{ github.sha }} - name: Checkout Groovy 3_0_X (Grails 5 and later) if: startsWith(github.ref, 'refs/heads/6.') || startsWith(github.base_ref, '6.') || startsWith(github.ref, 'refs/heads/5.') || startsWith(github.base_ref, '5.') - run: cd .. && git clone --depth 1 https://github.com/apache/groovy.git -b GROOVY_3_0_X --single-branch + run: cd .. && git clone --depth 1 https://github.com/apache/groovy.git -b GROOVY_3_0_X --single-branch && sed -i '' '/maven { url /s|^//||' groovy/build.gradle - name: Set CI_GROOVY_VERSION for Grails id: groovy-version run: |