1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Try this perhaps

This commit is contained in:
RednedEpic
2022-04-24 13:49:03 -05:00
parent 3091d27e0e
commit b565ecce0a

View File

@@ -38,8 +38,7 @@ subprojects {
} else {
group = rootProject.group as String + ".geyser"
when (this) {
in platforms -> plugins.apply("geyser.platform-conventions")
api -> plugins.apply("geyser.publish-conventions")
in platforms -> plugins.apply("geyser.publish-conventions")
else -> plugins.apply("geyser.base-conventions")
}
}