Try using shadow conventions for now?

This commit is contained in:
RednedEpic 2022-02-27 17:20:29 -06:00
parent bf20f2821d
commit 83c2b72008
2 changed files with 1 additions and 3 deletions

View File

@ -37,7 +37,5 @@ publishing {
groupId = project.group as String
artifactId = project.name
version = project.version as String
artifact(tasks["jar"])
}
}

View File

@ -39,7 +39,7 @@ subprojects {
when (this) {
in platforms -> plugins.apply("geyser.platform-conventions")
api -> plugins.apply("geyser.shadow-conventions")
else -> plugins.apply("geyser.base-conventions")
else -> plugins.apply("geyser.shadow-conventions")
}
}
}