This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/main by this push:
     new eff87a40 NO-JIRA: "no PSK available" error during maven build
eff87a40 is described below

commit eff87a404c6004f694c65a41cc53fb8eee861271
Author: dakirily <[email protected]>
AuthorDate: Thu Jan 8 18:36:49 2026 +0100

    NO-JIRA: "no PSK available" error during maven build
---
 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]

Reply via email to