mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
sigh
This commit is contained in:
parent
14ac7d5dbf
commit
cbd25c0111
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ subprojects {
|
||||||
} else {
|
} else {
|
||||||
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.platform-conventions")
|
||||||
api -> plugins.apply("geyser.api-conventions")
|
api -> plugins.apply("geyser.publish-conventions")
|
||||||
else -> plugins.apply("geyser.base-conventions")
|
else -> plugins.apply("geyser.base-conventions")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue