mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-16 09:54:55 +00:00
Explicitly use TLS 1.2 in Gradle (#63880)
This commit is contained in:
parent
2950818d44
commit
34ccd3f0dc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user