Skip to content

Commit

Permalink
Show Maven stack traces on errors in GH CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed May 16, 2024
1 parent 871dd0c commit 19bedd3
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 @@ -50,4 +50,4 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn --show-version --batch-mode --no-transfer-progress -Ddoclint=all
run: mvn --errors --show-version --batch-mode --no-transfer-progress -Ddoclint=all

0 comments on commit 19bedd3

Please sign in to comment.