Skip to content

Commit

Permalink
Explicitly use TLS 1.2 in Gradle (#63880)
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby authored and mark-vieira committed Oct 19, 2020
1 parent 2950818 commit 34ccd3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 34ccd3f

Please sign in to comment.