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