This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new e55c7f7 Quieten Github builds e55c7f7 is described below commit e55c7f7db0cb1fbb621a9df8ad70e23bf2172a34 Author: Sebb <s...@apache.org> AuthorDate: Wed Aug 5 13:53:36 2020 +0100 Quieten Github builds --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index dd3919a..7f2ed4d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,4 +37,4 @@ jobs: with: java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn -V package --file pom.xml + run: mvn -V package --file pom.xml --no-transfer-progress