Skip to content

Commit

Permalink
Increase Nexus Uplaod Max-Retries by 10
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jul 9, 2021
1 parent bd316be commit 4a56e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ task test(dependsOn: getTasksByName("test", true)) {
if (!isBuildSnapshot) {
nexusPublishing {
transitionCheckOptions {
maxRetries.set(40)
maxRetries.set(50)
delayBetween.set(java.time.Duration.ofMillis(5000))
}
}
Expand Down

0 comments on commit 4a56e2e

Please sign in to comment.