mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Nevermind, it doesn't allow for relocations
This commit is contained in:
parent
d141b040d6
commit
b109b76120
@ -103,14 +103,15 @@ shadowJar {
|
||||
include(dependency('org.apache.logging.log4j:log4j-slf4j-impl:2.13.3'))
|
||||
include(dependency('org.apache.logging.log4j:log4j-core:2.13.3'))
|
||||
include(dependency('org.apache.logging.log4j:log4j-api:2.13.3'))
|
||||
include(dependency('org.slf4j:slf4j-api:1.7.26'))
|
||||
}
|
||||
relocate('net.kyori.text', 'com.plotsquared.formatting.text')
|
||||
relocate("io.papermc.lib", "com.plotsquared.bukkit.paperlib")
|
||||
relocate("org.bstats", "com.plotsquared.metrics")
|
||||
relocate('com.sk89q.squirrelid', 'com.plotsquared.squirrelid')
|
||||
relocate('org.khelekore.prtree', 'com.plotsquared.prtree')
|
||||
relocate('org.apache.logging', 'com.plotsquared.logging.apache')
|
||||
relocate('org.slf4j', 'com.plotsquared.logging.slf4j')
|
||||
// relocate('org.apache.logging', 'com.plotsquared.logging.apache')
|
||||
// relocate('org.slf4j', 'com.plotsquared.logging.slf4j')
|
||||
archiveFileName = "${project.name}-${parent.version}.jar"
|
||||
destinationDirectory = file "../target"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user