Skip to content

Commit

Permalink
Increase delayBetween when releasing artifacts on Sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
oldergod committed Jan 16, 2024
1 parent c5a8c3f commit 488920c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import java.time.Duration

plugins {
`java-library`
Expand Down Expand Up @@ -229,6 +230,10 @@ githubRelease {
}

nexusPublishing {
transitionCheckOptions {
// Default is set at 10 seconds.
delayBetween.set(Duration.ofSeconds(60))
}
repositories {
sonatype()
}
Expand Down

0 comments on commit 488920c

Please sign in to comment.