Skip to content

Commit

Permalink
bump staging plugin version to 0.22.0
Browse files Browse the repository at this point in the history
The plugin often runs out of retries. In version 0.22.0 the default wait between retries has been increased to 5000 millis. Hopefully this mitigates the timeout issues

Signed-off-by: l-1squared <[email protected]>
  • Loading branch information
l-1squared committed Nov 24, 2020
1 parent 43b11f1 commit 73e7a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.github.kt3k.coveralls' version '2.8.4'
id 'org.asciidoctor.jvm.convert' version '3.0.0'
id 'io.codearte.nexus-staging' version '0.21.1'
id 'io.codearte.nexus-staging' version '0.22.0'
id 'com.github.ben-manes.versions' version '0.27.0'
id 'org.sonarqube' version '2.8' apply false
id 'com.github.node-gradle.node' version '2.2.4' apply false
Expand Down

0 comments on commit 73e7a61

Please sign in to comment.