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 6eac7f84 Revert "Windows needs different property names"
6eac7f84 is described below
commit 6eac7f849b680831dfa707046972d9eb5b2e8172
Author: Sebb <[email protected]>
AuthorDate: Mon Nov 6 23:42:59 2023 +0000
Revert "Windows needs different property names"
This reverts commit a615f2e387f61c3d262a668f9bd81ecad5e5913d.
---
.github/workflows/maven.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 922ee1d0..4fe5c748 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -118,9 +118,8 @@ jobs:
# N.B. This must *not* be run under the bash shell, as that changes the
default openssl library under Windows
env:
OPENSSL_HOME: "C:\\Miniconda\\Library"
- NAME: "libcrypto-1_1-x64"
run: |
- mvn -V -B -ntp -DtrimStackTrace=false -D"jni.library.name=$env:NAME"
-D"commons.crypto.OpenSslNativeJna=$env:NAME"
-D"commons.crypto.openssl.check=$env:CHECK_SKIP"
+ mvn -V -B -ntp -DtrimStackTrace=false
-D"jni.library.path=$env:ENGINESDIR" -D"jna.library.path=$env:ENGINESDIR"
-D"commons.crypto.openssl.check=$env:CHECK_SKIP"
- name: Build with Maven (not Windows)
if: ${{ matrix.os != 'windows-latest' }}
run: |