We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1a36a commit 17d5490Copy full SHA for 17d5490
.github/workflows/maven.yml
@@ -58,4 +58,4 @@ jobs:
58
distribution: 'temurin'
59
java-version: ${{ matrix.java }}
60
- name: Build with Maven
61
- run: mvn --show-version --batch-mode --no-transfer-progress
+ run: mvn --errors --show-version --batch-mode --no-transfer-progress
0 commit comments