diff --git a/build.gradle.kts b/build.gradle.kts index 30ced0cc..828bf4a8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -72,7 +72,7 @@ jreleaser { url = "https://central.sonatype.com/api/v1/publisher" stagingRepository(rootProject.layout.buildDirectory.dir("staging").get().asFile.path) maxRetries = 100 - retryDelay = 30 + retryDelay = 60 } } }