Skip to content

Commit 6301428

Browse files
committed
Temporary - Set build Groovy to build groovy to 3_0_21 until apache/groovy#2103 is merged
1 parent 3253bcc commit 6301428

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
~/groovy
5050
~/.m2/repository
5151
key: cache-local-groovy-maven-${{ github.sha }}
52-
- name: Checkout Groovy 3_0_X (Grails 5 and later)
52+
- name: Checkout Groovy 3_0_21 (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_21 --single-branch
5555
- name: Set CI_GROOVY_VERSION for Grails
5656
id: groovy-version
5757
run: |

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ buildscript {
22
repositories {
33
maven { url "https://plugins.gradle.org/m2/" }
44
maven { url "https://repo.grails.org/grails/core" }
5+
maven { url 'https://groovy.jfrog.io/artifactory/libs-release-local/' }
56
}
67
dependencies {
78
classpath "commons-io:commons-io:2.15.1"

0 commit comments

Comments
 (0)