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:52:02 -05:00
parent b565ecce0a
commit 14ac7d5dbf

View File

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