[Build] Remove Sonatype state transition retry config
This commit is contained in:
@@ -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') }
|
||||
|
||||
Reference in New Issue
Block a user