Skip to content

Commit 8b8a669

Browse files
committed
ci: increase delay between retries in nexus-staging plugin
1 parent 379511f commit 8b8a669

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ nexusStaging {
6464
username = System.getenv("SONATYPE_USERNAME")
6565
password = System.getenv("SONATYPE_PASSWORD")
6666
packageGroup = "no.nav"
67+
delayBetweenRetriesInMillis = 5000
6768
}
6869

6970
nexusPublishing {

0 commit comments

Comments
 (0)