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 13:05:36 UTC

[commons-crypto] branch master updated: Try alternate fix

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 c7c5cba  Try alternate fix
c7c5cba is described below

commit c7c5cba81745b622c051e421d1aa822f00561820
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jun 29 14:05:28 2022 +0100

    Try alternate fix
---
 .github/workflows/codeql-analysis.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 109d7a7..71aa5bc 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -53,12 +53,12 @@ jobs:
 
     # Override Java default
     # Java 11 complains about illegal access; drop this override when sorted
-    - name: Set up JDK ${{ matrix.java }}
-      if: ${{ matrix.language == 'java' }}
-      uses: actions/setup-java@v3
-      with:
-        distribution: 'temurin'
-        java-version: ${{ matrix.java }}
+#    - name: Set up JDK ${{ matrix.java }}
+#      if: ${{ matrix.language == 'java' }}
+#      uses: actions/setup-java@v3
+#      with:
+#        distribution: 'temurin'
+#        java-version: ${{ matrix.java }}
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
@@ -83,7 +83,7 @@ jobs:
     #    uses a compiled language
 
     - name: Build with Maven
-      run: mvn -V package  --no-transfer-progress -Drat.skip -Danimal.sniffer.skip
+      run: mvn -V package  --no-transfer-progress -Drat.skip -DargLine=--add-opens=java.base/sun.nio.ch=ALL-UNNAMED
 #      make bootstrap
 #      make release