Fix the common module being relocated due to adventure

Making a single distributable jar with adventure is fun
This commit is contained in:
Frank van der Heijden 2021-10-05 12:46:45 +02:00
parent f5636c082e
commit 15e3ba306c
No known key found for this signature in database
GPG key ID: B808721C2DD5B5B8
5 changed files with 47 additions and 12 deletions

View file

@ -27,8 +27,6 @@ dependencies {
shadowJar {
relocate 'org.bstats', dependencyDir + '.bstats'
relocate 'net.frankheijden.serverutils.common', dependencyDir + '.su.common'
relocate 'net.kyori.adventure.text.minimessage', dependencyDir + '.adventure.text.minimessage'
}
blossom {