mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
14 lines
162 B
Text
14 lines
162 B
Text
plugins {
|
|
id("geyser.publish-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.cumulus)
|
|
api(libs.gson)
|
|
}
|
|
|
|
indra {
|
|
javaVersions {
|
|
target(8)
|
|
}
|
|
}
|