1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2026-01-06 15:42:03 +00:00
Files
Floodgate/isolation/build.gradle.kts

7 lines
88 B
Plaintext

plugins {
id("floodgate.base-conventions")
}
dependencies {
api(projects.api)
}