⚡ Fix dependency graph and replace Guava
This commit is contained in:
parent
4ca47777a3
commit
e914d04450
35 changed files with 184 additions and 191 deletions
|
|
@ -4,29 +4,7 @@ def adventureVersion = '4.0.0-SNAPSHOT'
|
|||
|
||||
shadowJar {
|
||||
dependencies {
|
||||
include(project(':cloud-paper'))
|
||||
include(project(':cloud-annotations'))
|
||||
include(project(':cloud-minecraft-extras'))
|
||||
include(project(':cloud-core'))
|
||||
include(project(':cloud-services'))
|
||||
include(project(':cloud-brigadier'))
|
||||
include(project(':cloud-bukkit'))
|
||||
/* Commodore */
|
||||
include(dependency('me.lucko:commodore:1.9'))
|
||||
/* Adventure */
|
||||
include(dependency("net.kyori:adventure-platform-bukkit:${adventureVersion}"))
|
||||
include(dependency("net.kyori:adventure-text-minimessage:${adventureVersion}"))
|
||||
include(dependency("net.kyori:adventure-text-serializer-bungeecord:${adventureVersion}"))
|
||||
include(dependency("net.kyori:adventure-text-serializer-legacy:${adventureVersion}"))
|
||||
include(dependency("net.kyori:adventure-text-serializer-gson:${adventureVersion}"))
|
||||
include(dependency("net.kyori:adventure-api:${adventureVersion}"))
|
||||
include(dependency("net.kyori:adventure-platform-api:${adventureVersion}"))
|
||||
include(dependency("net.kyori:adventure-platform-common:${adventureVersion}"))
|
||||
include(dependency("net.kyori:adventure-platform-viaversion:${adventureVersion}"))
|
||||
include(dependency("net.kyori:adventure-nbt:${adventureVersion}"))
|
||||
/* Examination */
|
||||
include(dependency("net.kyori:examination-api:1.0.0"))
|
||||
include(dependency("net.kyori:examination-string:1.0.0"))
|
||||
exclude(dependency('org.bukkit:bukkit:1.8.8-R0.1-SNAPSHOT'))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue