3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-03 20:08:08 +02:00
Geyser/common/build.gradle.kts

15 Zeilen
162 B
Plaintext

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