Relocate common module for each platform
This is needed because velocity has adventure shaded. Velocity's common module does not need to shade adventure, while BungeeCord and Bukkit do have to shade the dependency in.
This commit is contained in:
parent
f82fb37ba8
commit
0f9c6f4041
5 changed files with 6 additions and 2 deletions
|
|
@ -24,4 +24,6 @@ shadowJar {
|
|||
relocate 'org.bstats', dependencyDir + '.bstats'
|
||||
relocate 'net.kyori.adventure', rootDependencyDir + '.adventure'
|
||||
relocate 'net.kyori.examination', rootDependencyDir + '.examination'
|
||||
relocate 'net.frankheijden.serverutils.common', dependencyDir + '.su.common'
|
||||
relocate 'net.kyori.adventure.text.minimessage', dependencyDir + '.adventure.text.minimessage'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue