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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-resources.git


The following commit(s) were added to refs/heads/master by this push:
     new df109f4  Disable matrix builds
df109f4 is described below

commit df109f4508bfb489cbe41ba85481d5172054f287
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Mon Jan 13 21:16:47 2025 +0100

    Disable matrix builds
---
 .github/workflows/maven-verify.yml | 7 +------
 Jenkinsfile                        | 2 +-
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 4b78fcf..33746e6 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -26,9 +26,4 @@ jobs:
     name: Verify
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
     with:
-      # linux build is enough here :-)
-      matrix-exclude: >
-        [ 
-          {"os": "windows-latest"},
-          {"os": "macos-latest"}
-        ]
\ No newline at end of file
+      matrix-enabled: false
diff --git a/Jenkinsfile b/Jenkinsfile
index 09ac70f..65862ed 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild()
+asfMavenTlpStdBuild(jdks:['21'])

Reply via email to