mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-27 10:39:11 +00:00
MPDB Migration Fixes, server shutdown synchronisation fixes and polish
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
dependencies {
|
||||
implementation project(path: ":common", configuration: 'shadow')
|
||||
implementation project(path: ":api", configuration: 'shadow')
|
||||
implementation project(path: ":bukkit", configuration: 'shadow')
|
||||
implementation project(path: ":bungeecord", configuration: 'shadow')
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
// Relocations
|
||||
relocate 'redis.clients', 'me.William278.husksync.libraries.jedis'
|
||||
|
||||
destinationDirectory.set(file("$rootDir/target/"))
|
||||
archiveBaseName.set('HuskSync')
|
||||
archiveClassifier.set('')
|
||||
|
||||
Reference in New Issue
Block a user