Skip to content

Commit

Permalink
Revert "Temporary - Patch GROOVY_3_0_X until apache/groovy#2103 is me…
Browse files Browse the repository at this point in the history
…rged" (#13580)

This reverts commit 49eb631.

As the problem with the Groovy build is now patched, this workaround can be removed.

Related: #13578, apache/groovy#2103
  • Loading branch information
matrei committed Aug 16, 2024
1 parent f3b36a3 commit 7c24cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/groovy-joint-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 && sed -i '/maven { url /s|^//||' groovy/build.gradle
run: cd .. && git clone --depth 1 https://github.com/apache/groovy.git -b GROOVY_3_0_X --single-branch
- name: Set CI_GROOVY_VERSION for Grails
id: groovy-version
run: |
Expand Down

0 comments on commit 7c24cb8

Please sign in to comment.