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

9 lines
140 B
Plaintext

plugins {
id("geyser.shadow-conventions")
}
tasks {
shadowJar {
archiveBaseName.set(archiveBaseName.get() + "-api")
}
}