Skip to content

Commit dfae2ae

Browse files
committed
fix(jreleaser): increase timeouts before jrelease fails
1 parent cbb2538 commit dfae2ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ jreleaser {
150150
active = 'RELEASE'
151151
url = "https://central.sonatype.com/api/v1/publisher"
152152
stagingRepository artifactStagingDirectory.get().asFile.path
153+
retryDelay = 30
154+
maxRetries = 100
153155
}
154156
return
155157
}

0 commit comments

Comments
 (0)