Skip to content

Commit 5d31941

Browse files
committed
Do not clean after natives build
1 parent ea3344f commit 5d31941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jni/wildfly-openssl.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pushd wildfly-openssl
5656
tar -xf ${NATIVES_VERSION}.tar.gz
5757
pushd wildfly-openssl-natives-${NATIVES_VERSION}
5858
$EX_MVN $MVOPTS clean install -Dnative-build
59-
$EX_MVN $MVOPTS clean install
59+
$EX_MVN $MVOPTS install
6060
popd
6161
wget https://github.com/wildfly-security/wildfly-openssl/archive/refs/tags/${VERSION}.tar.gz
6262
tar -xf ${VERSION}.tar.gz

0 commit comments

Comments
 (0)