From 9bd235245f3a9a808e9060d02bf44c556cc242c1 Mon Sep 17 00:00:00 2001 From: Narayana Shanubhogh Date: Thu, 15 Jul 2021 19:51:59 +0530 Subject: [PATCH] setting tls version --- gradlew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradlew b/gradlew index 4453ccea..dc1e08ae 100755 --- a/gradlew +++ b/gradlew @@ -29,7 +29,7 @@ APP_BASE_NAME=`basename "$0"` # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. DEFAULT_JVM_OPTS="" - +JAVA_OPTS="-Dhttps.protocols=TLSv1.2" # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD="maximum"