This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch 2.8.x
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/2.8.x by this push:
new 9d349afc2 [#4690] fixed mixin-maven-plugin not work with maven 3.9.9+
and 4.0.0+ problem (#4708)
9d349afc2 is described below
commit 9d349afc2fe1b10cee80208dc9f7d2987ee144ea
Author: Alex <[email protected]>
AuthorDate: Thu Feb 6 11:07:50 2025 +0800
[#4690] fixed mixin-maven-plugin not work with maven 3.9.9+ and 4.0.0+
problem (#4708)
---
.github/workflows/maven.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ce5ced801..6037e44da 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,6 +38,10 @@ jobs:
with:
java-version: '8'
distribution: 'temurin'
+ - name: Set up Maven
+ uses: stCarolas/[email protected]
+ with:
+ maven-version: 3.8.4
- uses: actions/cache@v3
with:
path: ~/.m2/repository