We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769e30d commit 0e0392cCopy full SHA for 0e0392c
gradle.properties
@@ -8,3 +8,7 @@ systemProp.org.gradle.dependency.duplicate.project.detection=false
8
9
# Enforce the build to fail on deprecated gradle api usage
10
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