We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75898bf commit b7fe807Copy full SHA for b7fe807
build.gradle.kts
@@ -32,7 +32,7 @@ nexusPublishing {
32
}
33
34
connectTimeout.set(Duration.ofMinutes(5))
35
- clientTimeout.set(Duration.ofMinutes(5))
+ clientTimeout.set(Duration.ofMinutes(30))
36
37
transitionCheckOptions {
38
// We have many artifacts so Maven Central takes a long time on its compliance checks. This sets
gradle-plugins/build.gradle.kts
@@ -107,7 +107,7 @@ nexusPublishing {
107
108
109
110
111
112
113
tasks {
0 commit comments