Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-06 00:00:26 +01:00
16 Zeilen
191 B
Plaintext
16 Zeilen
191 B
Plaintext
plugins {
|
|
id("geyser.publish-conventions")
|
|
id("io.freefair.lombok")
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.cumulus)
|
|
api(libs.gson)
|
|
}
|
|
|
|
indra {
|
|
javaVersions {
|
|
target(8)
|
|
}
|
|
}
|