Skip to content

Commit ab6dae1

Browse files
authored
Add retry configuration for Maven deployment
Signed-off-by: Eric Deandrea <[email protected]>
1 parent 289c80e commit ab6dae1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jreleaser {
6060
maven {
6161
mavenCentral {
6262
create("sonatype") {
63+
retryDelay = 180
64+
maxRetries: 100
65+
connectTimeout = 18000
6366
active = org.jreleaser.model.Active.ALWAYS
6467
url = "https://central.sonatype.com/api/v1/publisher"
6568
applyMavenCentralRules = true

0 commit comments

Comments
 (0)