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 3ccacd3 commit 002ab7dCopy full SHA for 002ab7d
build.gradle.kts
@@ -114,6 +114,6 @@ configureMinorVersionStrategyRules(lintPaths)
114
115
tasks.register<SonatypePortalPublishTask>("publishToCentralPortal") {
116
bundle.set(rootProject.layout.buildDirectory.file("aws-sdk-kotlin-bundle.tar.gz"))
117
- wait.set(45.minutes) // TODO Refine once we get data
118
- pollInterval.set(15.seconds) // TODO refine?
+ wait.set(90.minutes)
+ pollInterval.set(30.seconds)
119
}
0 commit comments