Merge pull request #130 from olendvcook/useTLS1.2

force the use of tls 1.2
This commit is contained in:
Olen Cook 2018-10-01 16:53:11 -05:00 committed by GitHub
commit 0593efef20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
gradle.properties Normal file
View File

@ -0,0 +1,2 @@
#Use TLS1.2
systemProp.com.ibm.jsse2.overrideDefaultTLS=true