Skip to content

Commit

Permalink
[build] use maven 4
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed May 13, 2024
1 parent 4394ce5 commit d3bda66
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
java-version: '21'
- name: Build
run: |
mvn --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.1:wrapper "-Dmaven=3.9.6"
./mvnw dependency:resolve dependency:resolve-plugins --show-version
./mvnw install --errors --batch-mode
mvn --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.1:wrapper "-Dmaven=4.0.0-alpha-13"
./mvnw install --errors --batch-mode --show-version
- name: Remove Snapshots Before Caching
run: find /home/runner/work/fusion/fusion/.m2 -name '*SNAPSHOT' | xargs rm -Rf
security_audit:
Expand Down

0 comments on commit d3bda66

Please sign in to comment.