3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-03 20:08:08 +02:00
Dieser Commit ist enthalten in:
RednedEpic 2022-04-24 13:52:02 -05:00
Ursprung b565ecce0a
Commit 14ac7d5dbf

Datei anzeigen

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