3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-03 20:08:08 +02:00

Try this perhaps

Dieser Commit ist enthalten in:
RednedEpic 2022-04-24 13:49:03 -05:00
Ursprung 3091d27e0e
Commit b565ecce0a

Datei anzeigen

@ -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")
}
}