Skip to content

Commit abe4aaa

Browse files
breskebymark-vieira
authored andcommitted
Explicitly use TLS 1.2 in Gradle (#63880)
1 parent b516ddb commit abe4aaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ systemProp.org.gradle.dependency.duplicate.project.detection=false
88

99
# Enforce the build to fail on deprecated gradle api usage
1010
systemProp.org.gradle.warning.mode=fail
11+
12+
# forcing to use TLS1.2 to avoid failure in vault
13+
# see https://github.com/hashicorp/vault/issues/8750#issuecomment-631236121
14+
systemProp.jdk.tls.client.protocols=TLSv1.2

0 commit comments

Comments
 (0)