Skip to content

Commit

Permalink
Normalize mvn invocation on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 11, 2023
1 parent a2ecaa2 commit f11e4b6
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,4 +60,4 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -V --file pom.xml --no-transfer-progress -DtrimStackTrace=false -Ddoclint=none
run: mvn -V --show-version --batch-mode --no-transfer-progress -DtrimStackTrace=false -Ddoclint=none

0 comments on commit f11e4b6

Please sign in to comment.