Skip to content

Commit

Permalink
updated build action
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomsaraiva committed Sep 6, 2024
1 parent 3f22a1b commit de1ecfc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
- name: Install Maven
run: sudo apt-get update; sudo apt-get install maven -y

- name: Clear Maven cache
run: mvn dependency:purge-local-repository -DactTransitively=false -DreResolve=false

- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn clean validate compile package verify install --file pom.xml
- run: mkdir staging && cp target/*.jar staging
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit de1ecfc

Please sign in to comment.