9
0
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:
William
2022-06-07 22:36:15 +01:00
parent 5cee7cca84
commit 5e0e3fd27d
2 changed files with 6 additions and 2 deletions

View File

@@ -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')