Skip to content

Commit 14eb304

Browse files
authored
fix: add descriptions to bom and version-catalog publications (#987)
1 parent 4f06399 commit 14eb304

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bom/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ val sdkVersion: String by project
2020

2121
group = "aws.smithy.kotlin"
2222
version = sdkVersion
23+
description = "Provides a BOM"
2324

2425
val evaluateAfter = listOf(":runtime")
2526
evaluateAfter.forEach { evaluationDependsOn(it) }
@@ -79,6 +80,7 @@ publishing {
7980

8081
create<MavenPublication>("versionCatalog") {
8182
artifactId = "version-catalog"
83+
description = "Provides a version catalog"
8284
from(components["versionCatalog"])
8385
}
8486
}

0 commit comments

Comments
 (0)