mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
build: Revert relocation change of unpublished, shaded deps
This commit is contained in:
parent
25c5d13597
commit
f366046e34
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user