Skip to content

Commit febbc00

Browse files
authored
Add TLSv1.3 in jdk.tls.client.protocols systemProp in gradle.properties (#16237)
* Remove force to TLSv1.2 in gradle.properties Signed-off-by: Craig Perkins <[email protected]> * Add TLSv1.3 Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]>
1 parent 96082f7 commit febbc00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gradle.properties

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ systemProp.org.gradle.dependency.duplicate.project.detection=false
3131
# Enforce the build to fail on deprecated gradle api usage
3232
systemProp.org.gradle.warning.mode=fail
3333

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
34+
systemProp.jdk.tls.client.protocols=TLSv1.2,TLSv1.3
3735

3836
# jvm args for faster test execution by default
3937
systemProp.tests.jvm.argline=-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m

0 commit comments

Comments
 (0)