From 2617296825ec74cbc62ec2e8f3b866f3914981e4 Mon Sep 17 00:00:00 2001 From: Looly Date: Fri, 9 Aug 2024 16:10:52 +0800 Subject: [PATCH] add deply param use tls1.2 --- bin/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy.sh b/bin/deploy.sh index 5453472f8..b850b3489 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -15,4 +15,4 @@ # show Hutool logo "$(dirname ${BASH_SOURCE[0]})"/logo.sh -mvn clean deploy -P release +mvn clean deploy -P release -Dhttps.protocols=TLSv1.2