We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405d44a commit 38c4b63Copy full SHA for 38c4b63
publishSonatype.gradle
@@ -4,6 +4,8 @@ nexusStaging{
4
// stagingProfileId ='632626fc90406e'
5
username=System.env['nexusUsername']
6
password=System.env['nexusPassword']
7
+ delayBetweenRetriesInMillis = 100000
8
+ numberOfRetries= 40
9
10
}
11
0 commit comments