mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-22 14:56:25 +01:00
15 lines
191 B
Text
15 lines
191 B
Text
plugins {
|
|
id("geyser.publish-conventions")
|
|
id("io.freefair.lombok")
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.cumulus)
|
|
api(libs.gson)
|
|
}
|
|
|
|
indra {
|
|
javaVersions {
|
|
target(8)
|
|
}
|
|
}
|