mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix this
This commit is contained in:
parent
b565ecce0a
commit
14ac7d5dbf
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue