Skip to content

Commit eff87a4

Browse files
dakirilygemmellr
authored andcommitted
NO-JIRA: "no PSK available" error during maven build
1 parent 949a5c0 commit eff87a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ install:
1212
- cmd: SET PATH=%JAVA_HOME%\bin;%PATH%
1313

1414
build_script:
15-
- mvn clean install -B -DskipTests
15+
- mvn clean install -B -DskipTests -Dhttps.protocols=TLSv1.2
1616

1717
test_script:
18-
- mvn clean install -B
18+
- mvn clean install -B -Dhttps.protocols=TLSv1.2
1919

2020
on_failure:
2121
- ps: |

0 commit comments

Comments
 (0)