This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 61279a265cba47a83a10a58637a7f2306273632b
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Mar 1 16:29:23 2024 +1000

    use more recent micronaut version
---
 .github/workflows/micronaut-joint-validation.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/micronaut-joint-validation.yml 
b/.github/workflows/micronaut-joint-validation.yml
index 143e7e559a..e193aa12e9 100644
--- a/.github/workflows/micronaut-joint-validation.yml
+++ b/.github/workflows/micronaut-joint-validation.yml
@@ -43,15 +43,13 @@ jobs:
 
       # Clone Micronaut Repos
       - name: Checkout Micronaut Core
-        run: cd .. && git clone --depth 1 
https://github.com/micronaut-projects/micronaut-core -b 3.8.x
+        run: cd .. && git clone --depth 1 
https://github.com/micronaut-projects/micronaut-core -b 3.10.x
 
       - name: Checkout Micronaut Groovy
-        # Temporarily use fork until the Gradle build is fixed on upstream 
branch
-#        run: cd .. && git clone --depth 1 
https://github.com/micronaut-projects/micronaut-groovy -b 3.5.x
         run: cd .. && git clone --depth 1 
https://github.com/groovy/micronaut-groovy -b 3.5.x
 
       - name: Build and install groovy (no docs)
-        run: ./gradlew --no-build-cache --no-daemon --no-scan clean install -x 
asciidoc -x docGDK -x groovydoc -x javadoc -x javadocAll -x groovydocAll
+        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
         timeout-minutes: 60
 
       - name: Set CI_GROOVY_VERSION

Reply via email to