fix: Relocation of acf dependency

This commit is contained in:
Ben Woo 2023-03-27 18:30:38 +08:00
parent 43c6945710
commit 2f834ebfd6
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8

View File

@ -241,7 +241,7 @@ javadoc {
project.configurations.api.canBeResolved = true
shadowJar {
relocate 'co.aikar', 'com.onarandombox.acf'
relocate 'co.aikar.commands', 'com.onarandombox.acf'
relocate 'com.dumptruckman.minecraft.util.Logging', 'com.onarandombox.MultiverseCore.utils.CoreLogging'
relocate 'com.dumptruckman.minecraft.util.DebugLog', 'com.onarandombox.MultiverseCore.utils.DebugFileLogger'
relocate 'de.themoep.idconverter', 'com.onarandombox.idconverter'