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.
bom
version-catalog
1 parent 4f06399 commit 14eb304Copy full SHA for 14eb304
bom/build.gradle.kts
@@ -20,6 +20,7 @@ val sdkVersion: String by project
20
21
group = "aws.smithy.kotlin"
22
version = sdkVersion
23
+description = "Provides a BOM"
24
25
val evaluateAfter = listOf(":runtime")
26
evaluateAfter.forEach { evaluationDependsOn(it) }
@@ -79,6 +80,7 @@ publishing {
79
80
81
create<MavenPublication>("versionCatalog") {
82
artifactId = "version-catalog"
83
+ description = "Provides a version catalog"
84
from(components["versionCatalog"])
85
}
86
0 commit comments