From 5ea014152c580d2b485c85292cd2f149da2e1a86 Mon Sep 17 00:00:00 2001 From: rchache <105247787+rchache@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:25:10 -0500 Subject: [PATCH] Increase maven publish timeout to 3.5 hours --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 828bf4a8..7838175f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -71,7 +71,7 @@ jreleaser { active = Active.ALWAYS url = "https://central.sonatype.com/api/v1/publisher" stagingRepository(rootProject.layout.buildDirectory.dir("staging").get().asFile.path) - maxRetries = 100 + maxRetries = 210 retryDelay = 60 } }