Skip to content

Commit

Permalink
misc: bump build plugin version, update configurePublishing (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis authored Nov 21, 2024
1 parent 28f79fb commit 5f288d6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ fun DependencyConstraintHandler.api(constraintNotation: Any) =

createBomConstraintsAndVersionCatalog()

configurePublishing("smithy-kotlin")

configurePublishing("smithy-kotlin", "smithy-lang")
publishing {
publications {
create("bom", MavenPublication::class) {
Expand Down
2 changes: 1 addition & 1 deletion codegen/smithy-aws-kotlin-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ publishing {
}
}

configurePublishing("smithy-kotlin")
configurePublishing("smithy-kotlin", "smithy-lang")
2 changes: 1 addition & 1 deletion codegen/smithy-kotlin-codegen-testutils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ publishing {
}
}

configurePublishing("smithy-kotlin")
configurePublishing("smithy-kotlin", "smithy-lang")
2 changes: 1 addition & 1 deletion codegen/smithy-kotlin-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ publishing {
}
}

configurePublishing("smithy-kotlin")
configurePublishing("smithy-kotlin", "smithy-lang")
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin-version = "2.0.21"
dokka-version = "1.9.10"

aws-kotlin-repo-tools-version = "0.4.13"
aws-kotlin-repo-tools-version = "0.4.16"

# libs
coroutines-version = "1.9.0"
Expand Down
3 changes: 1 addition & 2 deletions runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ subprojects {
plugin(libraries.plugins.aws.kotlin.repo.tools.kmp.get().pluginId)
}

configurePublishing("smithy-kotlin")

configurePublishing("smithy-kotlin", "smithy-lang")
kotlin {
explicitApi()

Expand Down

0 comments on commit 5f288d6

Please sign in to comment.