spring-gradle-plugins / spring-build-conventions

Contains common build logic and uses conventions to build a Spring Project with Gradle
14 stars 18 forks source link

Better Nexus Staging Retry Settings #86

Closed rwinch closed 4 years ago

rwinch commented 4 years ago
nexusStaging {
    // try for 5 minutes total
    numberOfRetries = 60 // default is 20
    delayBetweenRetriesInMillis = 5000 // default is 2000
}