Skip to content

Commit a748ee1

Browse files
committed
chore: use pom packaging for bom
1 parent 4cd622c commit a748ee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bom/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ publishing.publications.withType<MavenPublication> {
2222
pom {
2323
name.set("Xanthic - BOM Platform")
2424
description.set("Xanthic Build of Materials dependency constraints")
25+
packaging = "pom"
2526
}
2627
}

0 commit comments

Comments
 (0)