We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3253bcc commit 2b6e37eCopy full SHA for 2b6e37e
.github/workflows/groovy-joint-workflow.yml
@@ -51,7 +51,7 @@ jobs:
51
key: cache-local-groovy-maven-${{ github.sha }}
52
- name: Checkout Groovy 3_0_X (Grails 5 and later)
53
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
+ 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
55
- name: Set CI_GROOVY_VERSION for Grails
56
id: groovy-version
57
run: |
0 commit comments