Geyser/build-logic/src/main/kotlin/geyser.api-conventions.grad...

9 lines
140 B
Plaintext
Raw Normal View History

2022-02-27 22:38:55 +00:00
plugins {
id("geyser.shadow-conventions")
}
tasks {
shadowJar {
archiveBaseName.set(archiveBaseName.get() + "-api")
}
}