Skip to content

Commit 87a165b

Browse files
committed
Release 10.4.0.
Increase timeout even further.
1 parent 04551e7 commit 87a165b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,10 @@ nexusStaging {
450450
stagingProfileId = rootProject.ext["sonatypeStagingProfileId"]
451451
username = rootProject.ext["ossrhUsername"]
452452
password = rootProject.ext["ossrhPassword"]
453+
// Maven Central, at times, seems really slow to update the repository status,
454+
// so setting the timeout to 20 minutes.
453455
delayBetweenRetriesInMillis = 10000
454-
numberOfRetries = 60
456+
numberOfRetries = 120
455457
}
456458

457459
// This is just a placeholder for the release plugin

0 commit comments

Comments
 (0)