9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-30 20:29:28 +00:00
This commit is contained in:
William
2022-06-07 22:38:29 +01:00
parent 5e0e3fd27d
commit d5da516f17
2 changed files with 2 additions and 6 deletions

View File

@@ -4,9 +4,7 @@ plugins {
}
dependencies {
implementation (project(path: ':bukkit', configuration: 'shadow')) {
exclude(group: 'net.craftersland.data', module: 'bridge')
}
implementation project(path: ':bukkit', configuration: 'shadow')
implementation project(path: ':api', configuration: 'shadow')
implementation project(path: ':bungeecord', configuration: 'shadow')
implementation project(path: ':velocity', configuration: 'shadow')