Skip to content

Commit

Permalink
[build] Disable placeholders extract on GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed May 13, 2024
1 parent 3ce9fdd commit ecade89
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 @@ -60,6 +60,6 @@ jobs:
distribution: 'zulu'
java-version: '21'
- name: Build
run: mvn install -pl -DskipTests ossindex:audit -Dbundlebee.placeholder-extract.skip=true
run: mvn install -pl ossindex:audit -DskipTests -e
- name: Remove Snapshots Before Caching
run: find /home/runner/work/fusion/fusion/.m2 -name '*SNAPSHOT' | xargs rm -Rf

0 comments on commit ecade89

Please sign in to comment.