Skip to content

Commit

Permalink
[build] pre-resolve plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed May 13, 2024
1 parent 9195b96 commit ffc6430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build
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
./mvnw dependency:resolve dependency:resolve-plugins --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 ffc6430

Please sign in to comment.