mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-20 15:29:20 +00:00
Publish the local linking databases
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
plugins {
|
||||
id("floodgate.shadow-conventions")
|
||||
}
|
||||
|
||||
tasks {
|
||||
shadowJar {
|
||||
archiveBaseName.set(archiveBaseName.get() + "-database")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user