Explicitly use TLS 1.2 in Gradle (#63880)

This commit is contained in:
Rene Groeschke 2020-10-19 17:52:48 +02:00 committed by Mark Vieira
parent 2950818d44
commit 34ccd3f0dc

View File

@ -9,3 +9,7 @@ systemProp.org.gradle.dependency.duplicate.project.detection=false
# Enforce the build to fail on deprecated gradle api usage
systemProp.org.gradle.warning.mode=fail
# forcing to use TLS1.2 to avoid failure in vault
# see https://github.com/hashicorp/vault/issues/8750#issuecomment-631236121
systemProp.jdk.tls.client.protocols=TLSv1.2