Fix the common module being relocated due to adventure
Making a single distributable jar with adventure is fun
This commit is contained in:
parent
f5636c082e
commit
15e3ba306c
5 changed files with 47 additions and 12 deletions
|
|
@ -25,8 +25,4 @@ processResources {
|
|||
|
||||
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