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.
1 parent ee60758 commit bb2e300Copy full SHA for bb2e300
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = "net.theevilreaper.mycelium.bom"
7
-version = "1.1.1"
+version = "1.1.2"
8
9
javaPlatform {
10
allowDependencies()
@@ -43,6 +43,7 @@ publishing {
43
44
publications {
45
create<MavenPublication>("maven") {
46
+ from(components["javaPlatform"])
47
pom {
48
name.set("${project.name} ${project.version}")
49
description.set("Bill of materials for the Mycelium project")
0 commit comments