Skip to content

Commit 2b6e37e

Browse files
committed
Temporary - Patch GROOVY_3_0_X until apache/groovy#2103 is merged
1 parent 3253bcc commit 2b6e37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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
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
5555
- name: Set CI_GROOVY_VERSION for Grails
5656
id: groovy-version
5757
run: |

0 commit comments

Comments
 (0)