1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-22 16:29:25 +00:00
Files
Geyser/common/build.gradle.kts
2023-08-15 17:52:07 +02:00

15 lines
162 B
Plaintext

plugins {
id("geyser.publish-conventions")
}
dependencies {
api(libs.cumulus)
api(libs.gson)
}
indra {
javaVersions {
target(8)
}
}