This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch gh-actions
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/gh-actions by this push:
     new b97da0a  Update maven.yml
b97da0a is described below

commit b97da0a93904b11cd7ca7d50e6ca09d6a0546566
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Thu Jul 16 10:04:27 2020 +1000

    Update maven.yml
---
 .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 277f126..ddbefa4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,4 +35,4 @@ jobs:
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn -V -Dgpg.skip -Prelease --file pom.xml
+      run: mvn -B -V "-Dgpg.skip" -Prelease --file pom.xml

Reply via email to