Skip to content

Commit 1ab4d84

Browse files
committed
[Build] Remove Sonatype state transition retry config
1 parent e36f98d commit 1ab4d84

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,6 @@ check {
4545
dependsOn checkstyleNohttp
4646
}
4747

48-
import java.time.Duration
49-
50-
nexusPublishing {
51-
transitionCheckOptions {
52-
maxRetries = 120
53-
delayBetween = Duration.ofSeconds(10)
54-
}
55-
}
56-
5748
subprojects { subproject ->
5849
task updateCopyrights {
5950
onlyIf { gitPresent && !System.getenv('GITHUB_ACTION') }

0 commit comments

Comments
 (0)