Skip to content

Commit 7c24cb8

Browse files
authored
Revert "Temporary - Patch GROOVY_3_0_X until apache/groovy#2103 is merged" (#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
1 parent f3b36a3 commit 7c24cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/groovy-joint-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
key: cache-local-groovy-maven-${{ github.sha }}
5252
- name: Checkout Groovy 3_0_X (Grails 5 and later)
5353
if: startsWith(github.ref, 'refs/heads/6.') || startsWith(github.base_ref, '6.') || startsWith(github.ref, 'refs/heads/5.') || startsWith(github.base_ref, '5.')
54-
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
54+
run: cd .. && git clone --depth 1 https://github.com/apache/groovy.git -b GROOVY_3_0_X --single-branch
5555
- name: Set CI_GROOVY_VERSION for Grails
5656
id: groovy-version
5757
run: |

0 commit comments

Comments
 (0)