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 77a909e commit 194377aCopy full SHA for 194377a
build.gradle.kts
@@ -102,7 +102,7 @@ dependencies {
102
// Publishing
103
val sdkVersion: String by project
104
tasks.register<SonatypeCentralPortalPublishTask>("publishToCentralPortal") {
105
- bundle.set(rootProject.layout.buildDirectory.file("smithy-kotlin-$sdkVersion.tar.gz"))
+ bundle.set(rootProject.layout.buildDirectory.file("aws-smithy-kotlin-$sdkVersion.tar.gz"))
106
}
107
tasks.register<SonatypeCentralPortalWaitForPublicationTask>("waitForCentralPortalPublication") { }
108
0 commit comments