We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34f69d commit 5495972Copy full SHA for 5495972
build.gradle.kts
@@ -1,3 +1,5 @@
1
+import java.time.Duration
2
+
3
val assertjVersion = "3.14.0"
4
val kotlinLoggingVersion = "1.7.8"
5
val logbackVersion = "1.2.3"
@@ -19,7 +21,7 @@ plugins {
19
21
id("com.github.johnrengelman.shadow") version "5.2.0"
20
22
id("net.researchgate.release") version "2.8.1"
23
id("io.codearte.nexus-staging") version "0.21.2"
- id("de.marcphilipp.nexus-publish") version "0.3.0"
24
+ id("de.marcphilipp.nexus-publish") version "0.4.0"
25
`java-library`
26
`maven-publish`
27
signing
@@ -65,6 +67,7 @@ nexusStaging {
65
67
}
66
68
69
nexusPublishing {
70
+ clientTimeout.set(Duration.ofMinutes(2))
71
repositories {
72
sonatype()
73
0 commit comments