Skip to content

Commit

Permalink
added TSLv1.2 flag to appveyor build (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Jul 17, 2018
1 parent 296afc0 commit bed5744
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -18,7 +18,8 @@ install:
- cmd: SET M2_HOME=C:\maven\apache-maven-%MAVEN_VERSION%
# Prepend Java entry, remove Ruby entry (C:\Ruby193\bin;) from PATH
- cmd: SET PATH=%M2_HOME%\bin;%JAVA_HOME%\bin;%PATH:C:\Ruby193\bin;=%;
- cmd: SET MAVEN_OPTS=-XX:MaxPermSize=1g -Xmx2g
# `https.protocols` is required by Java7 since June 18 because TSL 1.0 & 1.1 support was removed
- cmd: SET MAVEN_OPTS=-XX:MaxPermSize=1g -Xmx2g -Dhttps.protocols=TLSv1.2
- cmd: SET JAVA_OPTS=-XX:MaxPermSize=1g -Xmx2g
- cmd: mvn --version
- cmd: java -version
Expand Down

0 comments on commit bed5744

Please sign in to comment.