Skip to content

Commit

Permalink
Temporary - Patch GROOVY_3_0_X until apache/groovy#2103 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Jul 30, 2024
1 parent 3253bcc commit 396f834
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
run: cd .. && git clone --depth 1 https://github.com/apache/groovy.git -b GROOVY_3_0_X --single-branch && sed '/maven { url /s|^//||' groovy/build.gradle
- name: Set CI_GROOVY_VERSION for Grails
id: groovy-version
run: |
Expand Down

0 comments on commit 396f834

Please sign in to comment.