We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d8a78 commit 05c0b73Copy full SHA for 05c0b73
1 file changed
.github/workflows/publish-p2.yml
@@ -32,7 +32,7 @@ jobs:
32
cache: "maven"
33
34
- name: Build p2 repository with Tycho
35
- run: mvn -V -B -DskipTests=false clean verify
+ run: mvn -q -V -B -DskipTests=false clean verify
36
37
- name: Configure GitHub Pages
38
id: pages
0 commit comments