mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-05-10 19:35:21 +00:00
8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
plugins {
|
|
id("floodgate.base-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(projects.api)
|
|
api(libs.base.api)
|
|
} |