You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2023/06/24 00:26:07 UTC

[groovy] branch GROOVY_3_0_X updated: build tweaks

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


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 352d71f20a build tweaks
352d71f20a is described below

commit 352d71f20a2e79d97bae7aa6483aeaafffd29d4b
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Jun 24 10:25:55 2023 +1000

    build tweaks
---
 .github/workflows/micronaut-joint-validation.yml | 2 +-
 build.gradle                                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/micronaut-joint-validation.yml b/.github/workflows/micronaut-joint-validation.yml
index 6fcc477a27..ffc5b85034 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 -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 :discovery-core:test -x :test-suite-kotlin:test -PgroovyVersion=$CI_GROOVY_VERSION
         timeout-minutes: 60
 
       - name: Check Micronaut Groovy
diff --git a/build.gradle b/build.gradle
index 3c285ae8ec..b4fb357d56 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,7 +27,7 @@ buildscript {
         mavenCentral()
         maven { url 'https://plugins.gradle.org/m2/' }
         // uncomment next repo if jcenter isn't available
-        // we have some build components mirror there
+        // we have some build components mirrored there
 //        maven { url 'https://groovy.jfrog.io/artifactory/libs-release-local/' }
         maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
         maven { url 'https://jitpack.io' }