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 998b438 commit 1fa2e1eCopy full SHA for 1fa2e1e
build.gradle.kts
@@ -103,7 +103,7 @@ configureLinting(lintPaths)
103
configureMinorVersionStrategyRules(lintPaths)
104
105
tasks.register<SonatypeCentralPortalPublishTask>("publishToCentralPortal") {
106
- timeoutDuration.set(120.minutes)
+ timeoutDuration.set(150.minutes)
107
pollInterval.set(20.seconds)
108
}
109
tasks.register<SonatypeCentralPortalWaitForPublicationTask>("waitForCentralPortalPublication") { }
0 commit comments