From cefd626014d457e2d5866813558f55eb4fe76321 Mon Sep 17 00:00:00 2001 From: Mike Wong Date: Wed, 9 Oct 2024 10:54:19 +0200 Subject: [PATCH] Increase sonatype upload timeout --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gradle.properties b/gradle.properties index de21e98..05834a9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -54,3 +54,6 @@ POM_DEVELOPER_URL=https://www.ubique.ch/ # Sonatype metadata SONATYPE_HOST=S01 SONATYPE_STAGING_PROFILE=ch.ubique + +# https://github.com/vanniktech/gradle-maven-publish-plugin/issues/170 +systemProp.org.gradle.internal.http.socketTimeout=120000