From 1ab4d8445ee627db88c08580e65ebca5eb3c4cb4 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Wed, 14 Dec 2022 14:24:30 -0600 Subject: [PATCH] [Build] Remove Sonatype state transition retry config --- build.gradle | 9 --------- 1 file changed, 9 deletions(-) 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') }