Skip to content

Commit

Permalink
Revert TLS workaround due to upgrade to JDK17
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliony committed Jul 13, 2024
1 parent fe805d8 commit 0602511
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
org.gradle.parallel=false
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Xmx1024m -Dfile.encoding=utf-8

# TODO: This is a workaround for a JDK11 bug which causes test coverage upload to fail.
# Remove it when https://bugs.openjdk.java.net/browse/JDK-8221253 is fixed.
systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"

0 comments on commit 0602511

Please sign in to comment.