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 eeb5302 commit 4e11384
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 4e11384

Please sign in to comment.