We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96082f7 commit 655f784Copy full SHA for 655f784
gradle.properties
@@ -31,9 +31,5 @@ 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
37
-
38
# jvm args for faster test execution by default
39
systemProp.tests.jvm.argline=-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m
0 commit comments