We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 513c1d8 commit 11524ddCopy full SHA for 11524dd
1 file changed
.github/workflows/maven.yml
@@ -51,8 +51,4 @@ jobs:
51
maven-version: 3.9.6
52
- name: 'Build'
53
run: |
54
- mvn
55
- --fail-at-end \
56
- --batch-mode \
57
- --no-transfer-progress \
58
- clean verify \
+ mvn --fail-at-end --batch-mode --no-transfer-progress clean verify
0 commit comments