Skip to content

Commit 6ae655d

Browse files
committed
Increase Gradle NexusPublishing transitionCheckOptions settings
1 parent 1e12072 commit 6ae655d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,11 @@ if (isReleaseVersion) {
218218
stagingProfileId = ossStagingProfileId
219219
}
220220
}
221+
222+
transitionCheckOptions {
223+
maxRetries.set(40)
224+
delayBetween.set(java.time.Duration.ofMillis(2000))
225+
}
221226
}
222227
}
223228

0 commit comments

Comments
 (0)