3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-02 16:10:10 +02:00
Geyser/build-logic/src/main/kotlin/geyser.api-conventions.gradle.kts
RednedEpic cee945a66e Oops
2022-04-24 13:19:44 -05:00

9 Zeilen
141 B
Plaintext

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