Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-20 06:50:09 +01:00
Try this perhaps
Dieser Commit ist enthalten in:
Ursprung
3091d27e0e
Commit
b565ecce0a
@ -38,8 +38,7 @@ subprojects {
|
|||||||
} else {
|
} else {
|
||||||
group = rootProject.group as String + ".geyser"
|
group = rootProject.group as String + ".geyser"
|
||||||
when (this) {
|
when (this) {
|
||||||
in platforms -> plugins.apply("geyser.platform-conventions")
|
in platforms -> plugins.apply("geyser.publish-conventions")
|
||||||
api -> plugins.apply("geyser.publish-conventions")
|
|
||||||
else -> plugins.apply("geyser.base-conventions")
|
else -> plugins.apply("geyser.base-conventions")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren