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 0cad865  Looks like JVM warnings may be causing test fails
0cad865 is described below

commit 0cad865606c61e1d2982ee6f59335bc1aba71f33
Author: Sebb <s...@apache.org>
AuthorDate: Sun Jun 26 23:16:35 2022 +0100

    Looks like JVM warnings may be causing test fails
---
 .github/workflows/codeql-analysis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index d1a20d5..7b6de51 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -73,7 +73,8 @@ jobs:
     #    uses a compiled language
 
     - name: Build with Maven
-      run: mvn -V package  --no-transfer-progress
+      # Try to suppress unwanted output
+      run: mvn -V package  --no-transfer-progress  
-DargLine="--illegal-access=deny"
 #      make bootstrap
 #      make release
 

Reply via email to