mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 21:33:49 -07:00
1_18_R2
This commit is contained in:
@@ -93,7 +93,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+
|
+
|
||||||
+relocation {
|
+relocation {
|
||||||
+ // Order matters here - e.g. craftbukkit proper must be relocated before any of the libs are relocated into the cb package
|
+ // Order matters here - e.g. craftbukkit proper must be relocated before any of the libs are relocated into the cb package
|
||||||
+ val packageVersion = "1_18_R1"
|
+ val packageVersion = "1_18_R2"
|
||||||
+ relocate("org.bukkit.craftbukkit" to "org.bukkit.craftbukkit.v$packageVersion") {
|
+ relocate("org.bukkit.craftbukkit" to "org.bukkit.craftbukkit.v$packageVersion") {
|
||||||
+ exclude("org.bukkit.craftbukkit.Main*")
|
+ exclude("org.bukkit.craftbukkit.Main*")
|
||||||
+ }
|
+ }
|
||||||
|
Reference in New Issue
Block a user