Skip to content

Commit bb2e300

Browse files
authored
Fix deployment of bom
1 parent ee60758 commit bb2e300

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "net.theevilreaper.mycelium.bom"
7-
version = "1.1.1"
7+
version = "1.1.2"
88

99
javaPlatform {
1010
allowDependencies()
@@ -43,6 +43,7 @@ publishing {
4343
}
4444
publications {
4545
create<MavenPublication>("maven") {
46+
from(components["javaPlatform"])
4647
pom {
4748
name.set("${project.name} ${project.version}")
4849
description.set("Bill of materials for the Mycelium project")

0 commit comments

Comments
 (0)