mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
9 lines
No EOL
141 B
Text
9 lines
No EOL
141 B
Text
plugins {
|
|
id("geyser.publish-conventions")
|
|
}
|
|
|
|
tasks {
|
|
shadowJar {
|
|
archiveBaseName.set(archiveBaseName.get() + "-api")
|
|
}
|
|
} |