Skip to content

Commit 3fe345c

Browse files
authored
conf: more retries for Sonatype publishing
1 parent 29ad99c commit 3fe345c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ nexusPublishing {
8383
repositories {
8484
sonatype()
8585
}
86+
transitionCheckOptions {
87+
maxRetries.set(256)
88+
}
8689
}
8790

8891

0 commit comments

Comments
 (0)