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 a8535d34 Try Java 21
a8535d34 is described below

commit a8535d344a4a366f013c131096efa4dcde07567f
Author: Sebb <[email protected]>
AuthorDate: Thu Nov 9 00:05:14 2023 +0000

    Try Java 21
---
 .github/workflows/maven_adhoc.yml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/maven_adhoc.yml 
b/.github/workflows/maven_adhoc.yml
index 15e9d4f0..e18fb87b 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -38,7 +38,7 @@ jobs:
         os: [ macos-latest, ubuntu-latest ]
         # These names are used in conditional statements below.
         # java: [ 8, 11, 17, 21 ]
-        java: [ 8 ]
+        java: [ 21 ]
         experimental: [false]
 
     steps:
@@ -53,12 +53,11 @@ jobs:
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
-    - name: Build with Maven
+    - name: Build only
       env:
         OPENSSL_HOME: "C:\\Miniconda\\Library"
-        NAME: "libcrypto-1_1-x64"
       run: |
-        mvn clean test -B -V -ntp -D"jna.debug_load=true" 
-DtrimStackTrace=false -D"commons.crypto.debug=true"
+        mvn clean test -B -V -ntp -DskipTests
     # - name: JNA test
     #   if: always()
     #   env:
@@ -72,7 +71,6 @@ jobs:
     #   run: |
     #     mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.Crypto" 
-D"commons.crypto.debug=true" -D"jni.library.name=$env:NAME"
     - name: JNI test default
-      if: always()
       run: |
         mvn -q exec:java -D"exec.mainClass=org.apache.commons.crypto.Crypto" 
-D"commons.crypto.debug=true"
     - name: JNA test default

Reply via email to