Fix paralithic relocating

This commit is contained in:
Zoe Gidiere 2024-10-31 13:42:41 -06:00
parent bed67c211d
commit 4fd84a3f2d

View File

@ -133,7 +133,6 @@ fun Project.configureDistribution() {
version = project.version
relocate("org.apache.commons", "com.dfsek.terra.lib.commons")
relocate("org.objectweb.asm", "com.dfsek.terra.lib.asm")
relocate("com.dfsek.paralithic", "com.dfsek.terra.lib.paralithic")
relocate("org.json", "com.dfsek.terra.lib.json")
relocate("org.yaml", "com.dfsek.terra.lib.yaml")