Skip to content

Commit 5495972

Browse files
committed
ci: set timeout to 2 min for nexus-publish plugin
1 parent e34f69d commit 5495972

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: build.gradle.kts

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import java.time.Duration
2+
13
val assertjVersion = "3.14.0"
24
val kotlinLoggingVersion = "1.7.8"
35
val logbackVersion = "1.2.3"
@@ -19,7 +21,7 @@ plugins {
1921
id("com.github.johnrengelman.shadow") version "5.2.0"
2022
id("net.researchgate.release") version "2.8.1"
2123
id("io.codearte.nexus-staging") version "0.21.2"
22-
id("de.marcphilipp.nexus-publish") version "0.3.0"
24+
id("de.marcphilipp.nexus-publish") version "0.4.0"
2325
`java-library`
2426
`maven-publish`
2527
signing
@@ -65,6 +67,7 @@ nexusStaging {
6567
}
6668

6769
nexusPublishing {
70+
clientTimeout.set(Duration.ofMinutes(2))
6871
repositories {
6972
sonatype()
7073
}

0 commit comments

Comments
 (0)