mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-03-19 05:31:27 +01:00
8 lines
119 B
Text
8 lines
119 B
Text
|
plugins {
|
||
|
id("geyser.base-conventions")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
api(libs.floodgate.isolation)
|
||
|
api(projects.api)
|
||
|
}
|