We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96082f7 commit febbc00Copy full SHA for febbc00
gradle.properties
@@ -31,9 +31,7 @@ systemProp.org.gradle.dependency.duplicate.project.detection=false
31
# Enforce the build to fail on deprecated gradle api usage
32
systemProp.org.gradle.warning.mode=fail
33
34
-# forcing to use TLS1.2 to avoid failure in vault
35
-# see https://github.com/hashicorp/vault/issues/8750#issuecomment-631236121
36
-systemProp.jdk.tls.client.protocols=TLSv1.2
+systemProp.jdk.tls.client.protocols=TLSv1.2,TLSv1.3
37
38
# jvm args for faster test execution by default
39
systemProp.tests.jvm.argline=-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m
0 commit comments