Skip to content

Commit 1f5a71b

Browse files
authored
Merge pull request #24 from jGleitz/more-retries-when-staging
ci: Increase number of retries for nexus staging
2 parents 51f975e + d6df6e9 commit 1f5a71b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ signing {
152152
nexusStaging {
153153
username = ossrhUsername
154154
password = ossrhPassword
155+
numberOfRetries = 42
155156
}
156157

157158
val closeAndReleaseRepository by project.tasks

0 commit comments

Comments
 (0)