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 26c11b7 commit 77bed6dCopy full SHA for 77bed6d
.github/workflows/ci.yaml
@@ -78,7 +78,7 @@ jobs:
78
username: ${{ github.repository_owner }}
79
password: ${{ secrets.GITHUB_TOKEN }}
80
- name: Build and Test
81
- run: ./mvnw -q clean verify install
+ run: ./mvnw clean verify install
82
83
ci:
84
name: CI
0 commit comments