Skip to content

Commit

Permalink
Update NexusStagingExtension configuration
Browse files Browse the repository at this point in the history
Double the delayBetweenRetries value
  • Loading branch information
puneetbehl committed Jan 9, 2024
1 parent 569bbfd commit fe25a81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ if (isRelease) {

nexusStaging {
numberOfRetries = 40
delayBetweenRetriesInMillis = 4000
serverUrl = "https://s01.oss.sonatype.org/service/local/"
stagingProfileId = ossStagingProfileId
}
Expand Down

0 comments on commit fe25a81

Please sign in to comment.