Skip to content

Commit

Permalink
nexus publish: increase wait time (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal authored Jul 19, 2024
1 parent 8e209f6 commit d3178b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.time.Duration

plugins {
id 'java-library'
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
id "org.openjfx.javafxplugin" version "0.1.0" apply false
}

Expand Down Expand Up @@ -48,8 +48,8 @@ nexusPublishing {
clientTimeout = Duration.ofMinutes(5)
connectTimeout = Duration.ofMinutes(5)
transitionCheckOptions {
maxRetries.set(30)
delayBetween.set(Duration.ofMillis(5000))
maxRetries.set(50)
delayBetween.set(Duration.ofSeconds(10))
}
}

Expand Down

0 comments on commit d3178b7

Please sign in to comment.