mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
8 lines
119 B
Text
8 lines
119 B
Text
|
plugins {
|
||
|
id("geyser.base-conventions")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
api(libs.floodgate.isolation)
|
||
|
api(projects.api)
|
||
|
}
|