mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-29 04:28:21 +01:00
chore: increase publish timeout to 1h
This commit is contained in:
parent
b6b0295961
commit
300a09f0b6
@ -1,3 +1,5 @@
|
||||
import java.time.Duration
|
||||
|
||||
plugins {
|
||||
`java-library`
|
||||
alias(libs.plugins.blossom)
|
||||
@ -116,6 +118,11 @@ tasks {
|
||||
useStaging.set(true)
|
||||
this.packageGroup.set("dev.hollowcube")
|
||||
|
||||
transitionCheckOptions {
|
||||
maxRetries.set(360) // 1 hour
|
||||
delayBetween.set(Duration.ofSeconds(10))
|
||||
}
|
||||
|
||||
repositories.sonatype {
|
||||
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
|
||||
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
|
||||
|
Loading…
Reference in New Issue
Block a user