Skip to content

Commit 61279a2

Browse files
committed
use more recent micronaut version
1 parent 55bf51c commit 61279a2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/micronaut-joint-validation.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,13 @@ jobs:
4343

4444
# Clone Micronaut Repos
4545
- 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
4747

4848
- 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
5149
run: cd .. && git clone --depth 1 https://github.com/groovy/micronaut-groovy -b 3.5.x
5250

5351
- 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
5553
timeout-minutes: 60
5654

5755
- name: Set CI_GROOVY_VERSION

0 commit comments

Comments
 (0)