mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
plugins {
|
|
id("floodgate.shadow-conventions")
|
|
}
|
|
|
|
tasks {
|
|
shadowJar {
|
|
archiveBaseName.set(archiveBaseName.get() + "-database")
|
|
}
|
|
} |