Skip to content

Commit

Permalink
Temporary - Set build Groovy to build groovy to 3_0_21 until apache/g…
Browse files Browse the repository at this point in the history
…roovy#2103 is merged
  • Loading branch information
codeconsole committed Jul 30, 2024
1 parent 3253bcc commit f3cbe39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/groovy-joint-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
~/groovy
~/.m2/repository
key: cache-local-groovy-maven-${{ github.sha }}
- name: Checkout Groovy 3_0_X (Grails 5 and later)
- name: Checkout Groovy 3_0_21 (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_21 --single-branch
- name: Set CI_GROOVY_VERSION for Grails
id: groovy-version
run: |
Expand Down

0 comments on commit f3cbe39

Please sign in to comment.