mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-12-22 14:34:59 +01:00
8 lines
No EOL
119 B
Text
8 lines
No EOL
119 B
Text
plugins {
|
|
id("geyser.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.floodgate.isolation)
|
|
api(projects.api)
|
|
} |