1
0

Add --no-transfer-progress to CI builds.

This commit is contained in:
Gary Gregory
2020-08-05 09:39:47 -04:00
parent 883c3748b9
commit d440cf0e50
2 changed files with 2 additions and 2 deletions

View File

@@ -37,4 +37,4 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -V apache-rat:check spotbugs:check javadoc:javadoc -Ddoclint=all package --file pom.xml
run: mvn -V --no-transfer-progress apache-rat:check spotbugs:check javadoc:javadoc -Ddoclint=all package --file pom.xml