File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,13 @@ jobs:
43
43
44
44
# Clone Micronaut Repos
45
45
- name : Checkout Micronaut Core
46
- run : cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-core -b 3.8 .x
46
+ run : cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-core -b 3.10 .x
47
47
48
48
- name : Checkout Micronaut Groovy
49
- # Temporarily use fork until the Gradle build is fixed on upstream branch
50
- # run: cd .. && git clone --depth 1 https://github.com/micronaut-projects/micronaut-groovy -b 3.5.x
51
49
run : cd .. && git clone --depth 1 https://github.com/groovy/micronaut-groovy -b 3.5.x
52
50
53
51
- name : Build and install groovy (no docs)
54
- run : ./gradlew --no-build-cache --no-daemon --no-scan clean install -x asciidoc -x docGDK -x groovydoc -x javadoc -x javadocAll -x groovydocAll
52
+ run : ./gradlew --no-build-cache --no-daemon --no-scan clean install -x asciidoc -x asciidocAll -x docGDK -x groovydoc -x javadoc -x javadocAll -x groovydocAll
55
53
timeout-minutes : 60
56
54
57
55
- name : Set CI_GROOVY_VERSION
You can’t perform that action at this time.
0 commit comments