build: Revert relocation change of unpublished, shaded deps

This commit is contained in:
Alexander Brandes 2022-05-07 16:49:34 +02:00
parent 25c5d13597
commit f366046e34
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
2 changed files with 16 additions and 16 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -68,23 +68,23 @@ tasks.named<ShadowJar>("shadowJar") {
relocate("net.kyori.adventure", "com.plotsquared.core.configuration.adventure")
relocate("net.kyori.examination", "com.plotsquared.core.configuration.examination")
relocate("io.papermc.lib", "com.plotsquared.bukkit.internal.paperlib")
relocate("org.bstats", "com.plotsquared.core.internal.metrics")
relocate("org.enginehub", "com.plotsquared.core.squirrelid")
relocate("org.khelekore.prtree", "com.plotsquared.core.prtree")
relocate("com.google.inject", "com.plotsquared.core.google")
relocate("org.aopalliance", "com.plotsquared.core.google.aopalliance")
relocate("cloud.commandframework.services", "com.plotsquared.core.cloud.services")
relocate("io.leangen.geantyref", "com.plotsquared.core.cloud.geantyref")
relocate("com.intellectualsites.arkitektonika", "com.plotsquared.core.web.arkitektonika")
relocate("com.intellectualsites.http", "com.plotsquared.core.web.http")
relocate("com.intellectualsites.paster", "com.plotsquared.core.web.paster")
relocate("org.incendo.serverlib", "com.plotsquared.bukkit.internal.serverlib")
relocate("org.jetbrains", "com.plotsquared.core.annotations.jetbrains.annotation")
relocate("org.intellij.lang", "com.plotsquared.core.annotations.intellij.annotations")
relocate("javax.annotation", "com.plotsquared.core.annotations.javax.annotation")
relocate("io.papermc.lib", "com.plotsquared.bukkit.paperlib")
relocate("org.bstats", "com.plotsquared.metrics")
relocate("org.enginehub", "com.plotsquared.squirrelid")
relocate("org.khelekore.prtree", "com.plotsquared.prtree")
relocate("com.google.inject", "com.plotsquared.google")
relocate("org.aopalliance", "com.plotsquared.core.aopalliance")
relocate("cloud.commandframework.services", "com.plotsquared.core.services")
relocate("io.leangen.geantyref", "com.plotsquared.core.geantyref")
relocate("com.intellectualsites.arkitektonika", "com.plotsquared.core.arkitektonika")
relocate("com.intellectualsites.http", "com.plotsquared.core.http")
relocate("com.intellectualsites.paster", "com.plotsquared.core.paster")
relocate("org.incendo.serverlib", "com.plotsquared.bukkit.serverlib")
relocate("org.jetbrains", "com.plotsquared.core.annotations")
relocate("org.intellij.lang", "com.plotsquared.core.intellij.annotations")
relocate("javax.annotation", "com.plotsquared.core.annotation")
relocate("com.github.spotbugs", "com.plotsquared.core.spotbugs")
relocate("javax.inject", "com.plotsquared.core.annotations.javax.inject")
relocate("javax.inject", "com.plotsquared.core.annotation.inject")
relocate("net.jcip", "com.plotsquared.core.annotations.jcip")
relocate("edu.umd.cs.findbugs", "com.plotsquared.core.annotations.findbugs")