mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-31 04:36:45 +00:00
exclude mpdb from build
This commit is contained in:
@@ -4,7 +4,9 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(path: ':bukkit', configuration: 'shadow')
|
||||
implementation (project(path: ':bukkit', configuration: 'shadow')) {
|
||||
exclude(group: 'net.craftersland.data', module: 'bridge')
|
||||
}
|
||||
implementation project(path: ':api', configuration: 'shadow')
|
||||
implementation project(path: ':bungeecord', configuration: 'shadow')
|
||||
implementation project(path: ':velocity', configuration: 'shadow')
|
||||
|
||||
Reference in New Issue
Block a user