[Build] Remove Sonatype state transition retry config

This commit is contained in:
Chris Bono
2022-12-14 14:24:30 -06:00
parent e36f98d1aa
commit 1ab4d8445e

View File

@@ -45,15 +45,6 @@ check {
dependsOn checkstyleNohttp
}
import java.time.Duration
nexusPublishing {
transitionCheckOptions {
maxRetries = 120
delayBetween = Duration.ofSeconds(10)
}
}
subprojects { subproject ->
task updateCopyrights {
onlyIf { gitPresent && !System.getenv('GITHUB_ACTION') }