Start cleaning up plugin remapping patches

This commit is contained in:
Jason Penilla 2024-04-27 13:27:01 -07:00
parent 0b1b1fe067
commit e2552eea24
No known key found for this signature in database
GPG key ID: 0E75A301420E48F8
1033 changed files with 57 additions and 143 deletions

View file

@ -28,16 +28,15 @@ index 37dab9e868dbfb019c271a547d975a48ad1cb571..3811c0d849a3eb028ed1a6b7a2d4747f
+/.factorypath
diff --git a/build.gradle.kts b/build.gradle.kts
new file mode 100644
index 0000000000000000000000000000000000000000..e69d74d671b1b73f32eac47d620ec364f419bd6c
index 0000000000000000000000000000000000000000..b3055953028759e4754d507c31f387b6bf7c0108
--- /dev/null
+++ b/build.gradle.kts
@@ -0,0 +1,124 @@
@@ -0,0 +1,119 @@
+import io.papermc.paperweight.util.*
+
+plugins {
+ java
+ `maven-publish`
+ id("com.github.johnrengelman.shadow")
+}
+
+dependencies {
@ -90,10 +89,6 @@ index 0000000000000000000000000000000000000000..e69d74d671b1b73f32eac47d620ec364
+ }
+}
+
+tasks.shadowJar {
+ configurations = listOf(project.configurations.vanillaServer.get())
+}
+
+tasks.test {
+ exclude("org/bukkit/craftbukkit/inventory/ItemStack*Test.class")
+ useJUnitPlatform()