Skip to content

Commit 5f288d6

Browse files
authored
misc: bump build plugin version, update configurePublishing (#1186)
1 parent 28f79fb commit 5f288d6

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

bom/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ fun DependencyConstraintHandler.api(constraintNotation: Any) =
6969

7070
createBomConstraintsAndVersionCatalog()
7171

72-
configurePublishing("smithy-kotlin")
73-
72+
configurePublishing("smithy-kotlin", "smithy-lang")
7473
publishing {
7574
publications {
7675
create("bom", MavenPublication::class) {

codegen/smithy-aws-kotlin-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ publishing {
107107
}
108108
}
109109

110-
configurePublishing("smithy-kotlin")
110+
configurePublishing("smithy-kotlin", "smithy-lang")

codegen/smithy-kotlin-codegen-testutils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ publishing {
8686
}
8787
}
8888

89-
configurePublishing("smithy-kotlin")
89+
configurePublishing("smithy-kotlin", "smithy-lang")

codegen/smithy-kotlin-codegen/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ publishing {
122122
}
123123
}
124124

125-
configurePublishing("smithy-kotlin")
125+
configurePublishing("smithy-kotlin", "smithy-lang")

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin-version = "2.0.21"
33
dokka-version = "1.9.10"
44

5-
aws-kotlin-repo-tools-version = "0.4.13"
5+
aws-kotlin-repo-tools-version = "0.4.16"
66

77
# libs
88
coroutines-version = "1.9.0"

runtime/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ subprojects {
2828
plugin(libraries.plugins.aws.kotlin.repo.tools.kmp.get().pluginId)
2929
}
3030

31-
configurePublishing("smithy-kotlin")
32-
31+
configurePublishing("smithy-kotlin", "smithy-lang")
3332
kotlin {
3433
explicitApi()
3534

0 commit comments

Comments
 (0)