Skip to content

Commit

Permalink
ci: set timeout to 2 min for nexus-publish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tommytroen committed Feb 22, 2020
1 parent e34f69d commit 5495972
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
@@ -1,3 +1,5 @@
import java.time.Duration

val assertjVersion = "3.14.0"
val kotlinLoggingVersion = "1.7.8"
val logbackVersion = "1.2.3"
Expand All @@ -19,7 +21,7 @@ plugins {
id("com.github.johnrengelman.shadow") version "5.2.0"
id("net.researchgate.release") version "2.8.1"
id("io.codearte.nexus-staging") version "0.21.2"
id("de.marcphilipp.nexus-publish") version "0.3.0"
id("de.marcphilipp.nexus-publish") version "0.4.0"
`java-library`
`maven-publish`
signing
Expand Down Expand Up @@ -65,6 +67,7 @@ nexusStaging {
}

nexusPublishing {
clientTimeout.set(Duration.ofMinutes(2))
repositories {
sonatype()
}
Expand Down

0 comments on commit 5495972

Please sign in to comment.