Skip to content

Commit bd316be

Browse files
committed
Update nexusPublishing transitioning options
Signed-off-by: Puneet Behl <[email protected]>
1 parent ffbb7e4 commit bd316be

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,15 @@ task test(dependsOn: getTasksByName("test", true)) {
277277
}
278278
}
279279

280+
if (!isBuildSnapshot) {
281+
nexusPublishing {
282+
transitionCheckOptions {
283+
maxRetries.set(40)
284+
delayBetween.set(java.time.Duration.ofMillis(5000))
285+
}
286+
}
287+
}
288+
280289
project.afterEvaluate {
281290
allprojects.repositories.each { handler ->
282291
handler.each {

0 commit comments

Comments
 (0)