Skip to content

Commit

Permalink
[build] try to force maven version
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed May 13, 2024
1 parent e5a7d2f commit a4ab67c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
distribution: 'zulu'
java-version: '21'
- name: Build
run: mvn install -e
run: |
mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.1:wrapper "-Dmaven=3.9.6"
./mvnw --errors --batch-mode --show-version install
- 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 a4ab67c

Please sign in to comment.