You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/06/29 12:33:50 UTC

[commons-crypto] branch master updated: Illegal-access deny causes other problems

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 9ebc855  Illegal-access deny causes other problems
9ebc855 is described below

commit 9ebc85518430fcbdb2f642881ad955824becd6fb
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jun 29 13:33:44 2022 +0100

    Illegal-access deny causes other problems
---
 .github/workflows/codeql-analysis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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