Skip to content

Commit a6267da

Browse files
committed
nexusPublishing config: allow transition check to last 2:30 h lol
1 parent 556d965 commit a6267da

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
@@ -175,4 +175,7 @@ nexusPublishing {
175175
}
176176
}
177177
}
178+
transitionCheckOptions { // Maven Central may become very, very slow in extreme situations
179+
maxRetries.set(900) // with default delay of 10s, that's 150 minutes total; default is 60 (10 minutes)
180+
}
178181
}

0 commit comments

Comments
 (0)