Skip to content

Commit

Permalink
ci: mvn --no-transfer-progress (#461)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean C. Sullivan <github@seansullivan.com>
  • Loading branch information
sullis committed Feb 3, 2022
1 parent 7faf685 commit 778e55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -21,4 +21,4 @@ jobs:
java-version: ${{matrix.java}}

- name: build with maven
run: mvn -B verify javadoc:javadoc --file pom.xml
run: mvn -B --no-transfer-progress verify javadoc:javadoc --file pom.xml

0 comments on commit 778e55e

Please sign in to comment.