Fix bStats not being correctly relocated

feat/data-edit-commands
William 3 years ago
parent 9ff20e6e93
commit 742c705d49

@ -12,7 +12,7 @@ dependencies {
} }
shadowJar { shadowJar {
relocate 'org.bstats', 'me.William278.husksync.libraries.plan' relocate 'org.bstats', 'me.William278.husksync.libraries.bstats.bukkit'
relocate 'de.themoep', 'me.William278.husksync.libraries.minedown.standard' relocate 'de.themoep', 'me.William278.husksync.libraries.minedown.standard'
} }

@ -12,7 +12,7 @@ dependencies {
shadowJar { shadowJar {
relocate 'com.zaxxer', 'me.William278.husksync.libraries.hikari' relocate 'com.zaxxer', 'me.William278.husksync.libraries.hikari'
relocate 'org.bstats', 'me.William278.husksync.libraries.plan' relocate 'org.bstats', 'me.William278.husksync.libraries.bstats.bungee'
relocate 'de.themoep', 'me.William278.husksync.libraries.minedown.standard' relocate 'de.themoep', 'me.William278.husksync.libraries.minedown.standard'
relocate 'net.byteflux', 'me.William278.husksync.libraries.libby.bungee' relocate 'net.byteflux', 'me.William278.husksync.libraries.libby.bungee'
} }

@ -13,7 +13,7 @@ dependencies {
shadowJar { shadowJar {
relocate 'com.zaxxer', 'me.William278.husksync.libraries.hikari' relocate 'com.zaxxer', 'me.William278.husksync.libraries.hikari'
relocate 'org.bstats', 'me.William278.husksync.libraries.plan' relocate 'org.bstats', 'me.William278.husksync.libraries.bstats.velocity'
relocate 'de.themoep', 'me.William278.husksync.libraries.minedown.adventure' relocate 'de.themoep', 'me.William278.husksync.libraries.minedown.adventure'
relocate 'net.byteflux', 'me.William278.husksync.libraries.libby.velocity' relocate 'net.byteflux', 'me.William278.husksync.libraries.libby.velocity'
} }

Loading…
Cancel
Save