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