We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379511f commit 8b8a669Copy full SHA for 8b8a669
build.gradle.kts
@@ -64,6 +64,7 @@ nexusStaging {
64
username = System.getenv("SONATYPE_USERNAME")
65
password = System.getenv("SONATYPE_PASSWORD")
66
packageGroup = "no.nav"
67
+ delayBetweenRetriesInMillis = 5000
68
}
69
70
nexusPublishing {
0 commit comments