Skip to content

Commit

Permalink
Further increase number of retries when uploading to Maven Central.
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Feb 22, 2021
1 parent 172361f commit 5be2bde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ private fun Project.createReleaseTasks(
validateCredentialsTask: TaskProvider<Task>
) {
configure<NexusStagingExtension> {
numberOfRetries = 50
numberOfRetries = 100
username = repoUsername
password = repoPassword
}
Expand Down

0 comments on commit 5be2bde

Please sign in to comment.