Thanks for joining us for the magic show tonight

This commit is contained in:
Riley Park 2021-06-17 20:38:22 -07:00
parent 5e9ba09e6d
commit c867b69e41
2 changed files with 6 additions and 3 deletions

View file

@ -59,6 +59,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ rename { "pom.xml" }
+ }
+
relocate("org.bukkit.craftbukkit", "org.bukkit.craftbukkit.v$packageVersion") {
exclude("org.bukkit.craftbukkit.Main*")
}
listOf(
- "jline", "it.unimi", "org.apache.commons.codec", "org.apache.commons.io",
+ "jline", "org.apache.commons.codec", "org.apache.commons.io", // Paper - don't relocate fastutil