Skip to content

Commit 4a56e2e

Browse files
committed
Increase Nexus Uplaod Max-Retries by 10
1 parent bd316be commit 4a56e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ task test(dependsOn: getTasksByName("test", true)) {
280280
if (!isBuildSnapshot) {
281281
nexusPublishing {
282282
transitionCheckOptions {
283-
maxRetries.set(40)
283+
maxRetries.set(50)
284284
delayBetween.set(java.time.Duration.ofMillis(5000))
285285
}
286286
}

0 commit comments

Comments
 (0)