Skip to content

Commit 1b7b413

Browse files
authored
Update docling-release.gradle.kts
Signed-off-by: Eric Deandrea <[email protected]>
1 parent ab6dae1 commit 1b7b413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/docling-release.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jreleaser {
6060
maven {
6161
mavenCentral {
6262
create("sonatype") {
63-
retryDelay = 180
64-
maxRetries: 100
63+
retryDelay = 100
64+
maxRetries = 100
6565
connectTimeout = 18000
6666
active = org.jreleaser.model.Active.ALWAYS
6767
url = "https://central.sonatype.com/api/v1/publisher"

0 commit comments

Comments
 (0)