Skip to content

Commit fda49a0

Browse files
committed
Show Maven stack traces on errors in GH CI
1 parent 93eba16 commit fda49a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
distribution: 'temurin'
5050
java-version: ${{ matrix.java }}
5151
- name: Build with Maven
52-
run: mvn --show-version --batch-mode --no-transfer-progress
52+
run: mvn --errors --show-version --batch-mode --no-transfer-progress

0 commit comments

Comments
 (0)