0
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2024-11-13 13:19:21 +00:00
Geyser/common/build.gradle.kts

16 lines
191 B
Plaintext

plugins {
id("geyser.publish-conventions")
id("io.freefair.lombok")
}
dependencies {
api(libs.cumulus)
api(libs.gson)
}
indra {
javaVersions {
target(8)
}
}