Skip to content

Commit

Permalink
Reorder MAVEN_ARGS
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Nov 10, 2023
1 parent 5cc36d1 commit a0e4ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -32,5 +32,5 @@ jobs:
-DtrimStackTrace=false
-Djansi.force=true
MAVEN_ARGS: >
--show-version --batch-mode --fail-fast --update-snapshots --no-transfer-progress
--batch-mode --fail-fast --no-transfer-progress --show-version
run: mvn verify -Pits --file pom.xml

0 comments on commit a0e4ace

Please sign in to comment.