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 } }