Skip to content

Commit

Permalink
disable TLS v1.3 protocol because of coveralls upload
Browse files Browse the repository at this point in the history
The TLSv1.3 protocol used by JDK 11 is not supported by the coverall.io,
instead it throws and `javax.net.ssl.SSLProtocolException: Connection
reset by peer (Write failed)`, see also
kt3k/coveralls-gradle-plugin#85
  • Loading branch information
aaschmid committed Jan 3, 2020
1 parent a4a4a9b commit b5f0a99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# disable TLS v1.3 protocol because of coveralls upload, see https://github.com/kt3k/coveralls-gradle-plugin/issues/85
systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"

0 comments on commit b5f0a99

Please sign in to comment.