mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
plugins {
|
|
id("floodgate.publish-conventions")
|
|
id("floodgate.shadow-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.cumulus)
|
|
api(libs.events)
|
|
}
|