Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit b199988

Browse files
Increase number of publish retries
1 parent b3eb438 commit b199988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ allprojects {
169169
nexusStaging {
170170
username ossrhUsername
171171
password ossrhPassword
172-
numberOfRetries = 50
172+
numberOfRetries = 100
173173
delayBetweenRetriesInMillis = 3000
174174
}
175175

0 commit comments

Comments
 (0)