diff --git a/build.gradle b/build.gradle index 582040de..5005b504 100644 --- a/build.gradle +++ b/build.gradle @@ -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') }