This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 1.x in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
commit 582070eba3f81807649459abde89217f7a312b5b Author: dakirily <[email protected]> AuthorDate: Thu Jan 8 18:36:49 2026 +0100 NO-JIRA: "no PSK available" error during maven build (cherry picked from commit eff87a404c6004f694c65a41cc53fb8eee861271) --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index aa6ee3ca..18c8e9f8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,10 +12,10 @@ install: - cmd: SET PATH=%JAVA_HOME%\bin;%PATH% build_script: - - mvn clean install -B -DskipTests + - mvn clean install -B -DskipTests -Dhttps.protocols=TLSv1.2 test_script: - - mvn clean install -B + - mvn clean install -B -Dhttps.protocols=TLSv1.2 on_failure: - ps: | --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
