Skip to content

Commit 73f4106

Browse files
authored
Merge pull request #225 from rollbar/increase-number-of-retries-of-nexus-staging-plugin
Increase numberOfRetries of nexusStaging to 60
2 parents 0841844 + 2735ed9 commit 73f4106

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ nexusStaging {
1616
packageGroup = GROUP
1717
username = System.getenv('NEXUS_USERNAME')
1818
password = System.getenv('NEXUS_PASSWORD')
19+
numberOfRetries = 60
1920
}
2021

2122
allprojects {

0 commit comments

Comments
 (0)