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