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

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


The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
     new 1de99c73f0 make leaner
1de99c73f0 is described below

commit 1de99c73f0488ffb839044e4e6e8142ff3eccd64
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Mar 1 19:41:12 2024 +1000

    make leaner
---
 .github/workflows/micronaut-joint-validation.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/micronaut-joint-validation.yml 
b/.github/workflows/micronaut-joint-validation.yml
index 5ef4104859..4d496510cc 100644
--- a/.github/workflows/micronaut-joint-validation.yml
+++ b/.github/workflows/micronaut-joint-validation.yml
@@ -58,7 +58,7 @@ jobs:
         run: echo $CI_GROOVY_VERSION
 
       - name: Test Micronaut Core
-        run: cd ../micronaut-core && ./gradlew --init-script 
../maven-local-init.gradle --no-build-cache --no-daemon --no-scan clean test -x 
:test-suite-kotlin-ksp:test -x :discovery-core:test -x :test-suite-kotlin:test 
-x :inject-kotlin:test -x :inject-kotlin-test:test 
-PgroovyVersion=$CI_GROOVY_VERSION
+        run: cd ../micronaut-core && ./gradlew --init-script 
../maven-local-init.gradle --no-build-cache --no-daemon --no-scan clean test -x 
:test-suite-kotlin-ksp:test -x :discovery-core:test -x 
:test-suite-netty-ssl-graalvm:test -x :test-suite-kotlin:test -x 
:inject-kotlin:test -x :inject-kotlin-test:test 
-PgroovyVersion=$CI_GROOVY_VERSION
         timeout-minutes: 60
 
       - name: Check Micronaut Groovy

Reply via email to