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

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 5055d1a34 [#4690] fixed mixin-maven-plugin not work with maven 3.9.9+ 
and 4.0.0+ problem (#4707)
5055d1a34 is described below

commit 5055d1a3450cbf701c35dc29560e4030909f4a40
Author: Alex <[email protected]>
AuthorDate: Thu Feb 6 09:59:30 2025 +0800

    [#4690] fixed mixin-maven-plugin not work with maven 3.9.9+ and 4.0.0+ 
problem (#4707)
---
 .github/workflows/maven.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7b2ef9f23..dbb4ed17f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,6 +38,10 @@ jobs:
       with:
        java-version: '17'
        distribution: 'temurin'
+    - name: Set up Maven
+      uses: stCarolas/[email protected]
+      with:
+        maven-version: 3.8.4
     - uses: actions/cache@v4
       with:
         path: ~/.m2/repository

Reply via email to