From 630e1a32b51e1a655486b1d1d7a87f4f96118b55 Mon Sep 17 00:00:00 2001 From: Thomas Gorisse Date: Mon, 11 Dec 2023 18:30:30 +0100 Subject: [PATCH] Increased Sonatype connect timeout seconds --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gradle.properties b/gradle.properties index 56058aa2..bcf5bf81 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,6 +18,9 @@ POM_DEVELOPER_ID=thomasgorisse POM_DEVELOPER_NAME=Thomas Gorisse POM_DEVELOPER_URL=https://github.com/ThomasGorisse +SONATYPE_CONNECT_TIMEOUT_SECONDS=180 +#SONATYPE_CLOSE_TIMEOUT_SECONDS=900 + ###################### # Settings ######################