1
0

Show Maven stack traces on errors in GH CI

This commit is contained in:
Gary Gregory
2024-05-16 14:51:11 -04:00
parent 6e02e0fb94
commit 7e5d8a8822

View File

@@ -46,4 +46,4 @@ jobs:
cache: 'maven'
- name: Build with Maven
run: mvn --show-version --batch-mode --no-transfer-progress -Ddoclint=none
run: mvn --errors --show-version --batch-mode --no-transfer-progress -Ddoclint=none