GeyserMC/common/build.gradle.kts

16 lines
191 B
Text
Raw Normal View History

plugins {
id("geyser.publish-conventions")
id("io.freefair.lombok")
}
2022-02-27 23:38:55 +01:00
dependencies {
api(libs.cumulus)
api(libs.gson)
}
indra {
javaVersions {
target(8)
}
}