Relocate other libraries Spigot added and relocates in 1.17

This commit is contained in:
Kyle Wood
2021-06-16 20:56:44 -05:00
parent c7a0195cdd
commit 3dc0a3fafc
2 changed files with 4 additions and 3 deletions

View File

@@ -103,7 +103,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+
+ listOf(
+ "jline", "it.unimi", "org.apache.commons.codec", "org.apache.commons.io",
+ "org.apache.commons.lang3", "org.objectweb.asm"
+ "org.apache.commons.lang3", "org.apache.http", "org.apache.maven", "org.codehaus.plexus",
+ "org.eclipse.aether", "org.eclipse.sisu", "org.objectweb.asm"
+ ).forEach { pack ->
+ relocate(pack, "org.bukkit.craftbukkit.libs.$pack")
+ }