1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00
This commit is contained in:
RednedEpic
2022-04-24 13:53:50 -05:00
parent 14ac7d5dbf
commit cbd25c0111

View File

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