Skip to content

Commit 0e0392c

Browse files
authored
Explicitly use TLS 1.2 in Gradle (elastic#63880)
1 parent 769e30d commit 0e0392c

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)