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 d82f3df commit a0f501dCopy full SHA for a0f501d
.github/workflows/maven.yml
@@ -49,4 +49,4 @@ jobs:
49
distribution: 'temurin'
50
java-version: ${{ matrix.java }}
51
- name: Build with Maven
52
- run: mvn --show-version --batch-mode --no-transfer-progress
+ run: mvn --errors --show-version --batch-mode --no-transfer-progress
0 commit comments