Skip to content

Commit

Permalink
Increase publishing timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Jun 9, 2020
1 parent cdd6be8 commit 32808b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ tasks.register("configureGithubActions") {

nexusStaging {
packageGroup = "com.github.triplet"
delayBetweenRetriesInMillis = 9000
username = System.getenv("SONATYPE_NEXUS_USERNAME")
password = System.getenv("SONATYPE_NEXUS_PASSWORD")

// 15 minutes
delayBetweenRetriesInMillis = 5_000
numberOfRetries = 180
}

tasks.withType<CloseRepositoryTask> {
Expand Down

0 comments on commit 32808b5

Please sign in to comment.