Skip to content

Commit

Permalink
upgrade maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
paultuckey committed Mar 21, 2023
1 parent bd905bd commit b6eb067
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/maven.yml
Expand Up @@ -21,10 +21,7 @@ jobs:
distribution: 'zulu'

- name: Build with Maven
run: mvn --batch-mode --update-snapshots compile

- name: Test with Maven
run: mvn --batch-mode --update-snapshots verify
run: mvn --batch-mode --update-snapshots package

# - uses: actions/upload-artifact@v3
# with:
Expand Down

0 comments on commit b6eb067

Please sign in to comment.