Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
15 Zeilen
162 B
Plaintext
15 Zeilen
162 B
Plaintext
plugins {
|
|
id("geyser.publish-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.cumulus)
|
|
api(libs.gson)
|
|
}
|
|
|
|
indra {
|
|
javaVersions {
|
|
target(8)
|
|
}
|
|
}
|