Skip to content

Commit

Permalink
Merge pull request #113 from outfoxx/bquenaudon.2024-01-16.increasetr…
Browse files Browse the repository at this point in the history
…ansition

Increase delayBetween when releasing artifacts on Sonatype
  • Loading branch information
dnkoutso committed Jan 16, 2024
2 parents c5a8c3f + 488920c commit 0e455a2
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 0e455a2

Please sign in to comment.