This commit is contained in:
Jason Penilla 2022-03-01 00:10:23 -07:00
parent ab8a139612
commit 0859f59469
No known key found for this signature in database
GPG Key ID: 0E75A301420E48F8
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ index 67fb370cad6924895a6b27052dbd5c1767e3f0c9..bb338269c9e3bef4c274157c490d8b8f
+/.factorypath
diff --git a/build.gradle.kts b/build.gradle.kts
new file mode 100644
index 0000000000000000000000000000000000000000..be24f2f1c72ffcb033fe99bd9197af2c0bed4e69
index 0000000000000000000000000000000000000000..bc894c62618437215e1a7185dc20283e4f9963dd
--- /dev/null
+++ b/build.gradle.kts
@@ -0,0 +1,141 @@
@ -93,7 +93,7 @@ index 0000000000000000000000000000000000000000..be24f2f1c72ffcb033fe99bd9197af2c
+
+relocation {
+ // 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") {
+ exclude("org.bukkit.craftbukkit.Main*")
+ }