We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949a5c0 commit eff87a4Copy full SHA for eff87a4
appveyor.yml
@@ -12,10 +12,10 @@ install:
12
- cmd: SET PATH=%JAVA_HOME%\bin;%PATH%
13
14
build_script:
15
- - mvn clean install -B -DskipTests
+ - mvn clean install -B -DskipTests -Dhttps.protocols=TLSv1.2
16
17
test_script:
18
- - mvn clean install -B
+ - mvn clean install -B -Dhttps.protocols=TLSv1.2
19
20
on_failure:
21
- ps: |
0 commit comments