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-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new f9f9896  Suppress noisy Maven output
f9f9896 is described below

commit f9f989659b70a1c6ec1cac469dd8337572d4965e
Author: Sebb <s...@apache.org>
AuthorDate: Sun Jun 26 17:36:29 2022 +0100

    Suppress noisy Maven output
---
 .github/workflows/codeql-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index fb95bc3..1c24827 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -73,7 +73,7 @@ jobs:
     #    uses a compiled language
 
     - name: Build with Maven
-      run: mvn package
+      run: mvn package  --no-transfer-progress
 #      make bootstrap
 #      make release
 

Reply via email to