Skip to content

Commit 655f784

Browse files
committed
Remove force to TLSv1.2 in gradle.properties
Signed-off-by: Craig Perkins <[email protected]>
1 parent 96082f7 commit 655f784

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gradle.properties

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,5 @@ systemProp.org.gradle.dependency.duplicate.project.detection=false
3131
# Enforce the build to fail on deprecated gradle api usage
3232
systemProp.org.gradle.warning.mode=fail
3333

34-
# forcing to use TLS1.2 to avoid failure in vault
35-
# see https://github.com/hashicorp/vault/issues/8750#issuecomment-631236121
36-
systemProp.jdk.tls.client.protocols=TLSv1.2
37-
3834
# jvm args for faster test execution by default
3935
systemProp.tests.jvm.argline=-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m

0 commit comments

Comments
 (0)