1_18_R2
This commit is contained in:
parent
ab8a139612
commit
0859f59469
|
@ -28,7 +28,7 @@ index 67fb370cad6924895a6b27052dbd5c1767e3f0c9..bb338269c9e3bef4c274157c490d8b8f
|
||||||
+/.factorypath
|
+/.factorypath
|
||||||
diff --git a/build.gradle.kts b/build.gradle.kts
|
diff --git a/build.gradle.kts b/build.gradle.kts
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000000000000000000000000000000000000..be24f2f1c72ffcb033fe99bd9197af2c0bed4e69
|
index 0000000000000000000000000000000000000000..bc894c62618437215e1a7185dc20283e4f9963dd
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/build.gradle.kts
|
+++ b/build.gradle.kts
|
||||||
@@ -0,0 +1,141 @@
|
@@ -0,0 +1,141 @@
|
||||||
|
@ -93,7 +93,7 @@ index 0000000000000000000000000000000000000000..be24f2f1c72ffcb033fe99bd9197af2c
|
||||||
+
|
+
|
||||||
+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*")
|
||||||
+ }
|
+ }
|
||||||
|
|
Loading…
Reference in New Issue