1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-23 16:59:33 +00:00
Files
Geyser/common/build.gradle.kts
2022-10-03 10:37:22 -04:00

9 lines
108 B
Plaintext

plugins {
id("geyser.publish-conventions")
}
dependencies {
api(libs.cumulus)
api(libs.gson)
}