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:
Frank van der Heijden 2021-08-03 18:28:37 +02:00
parent f82fb37ba8
commit 0f9c6f4041
No known key found for this signature in database
GPG key ID: B808721C2DD5B5B8
5 changed files with 6 additions and 2 deletions

View file

@ -23,7 +23,6 @@ blossom {
}
shadowJar {
exclude 'net/frankheijden/serverutilsupdater/**'
exclude 'plugin.yml'
exclude 'bungee.yml'
}