Skip to content

Commit

Permalink
chore: use publishing logic from build plugin (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd authored Aug 16, 2023
1 parent 830fc2d commit 1334c5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codegen/smithy-aws-kotlin-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
import aws.sdk.kotlin.gradle.dsl.configurePublishing
plugins {
kotlin("jvm")
jacoco
Expand Down Expand Up @@ -118,4 +119,4 @@ publishing {
}
}

apply(from = rootProject.file("gradle/publish.gradle"))
configurePublishing("aws-sdk-kotlin")

0 comments on commit 1334c5a

Please sign in to comment.