Start cleaning up plugin remapping patches

This commit is contained in:
Jason Penilla
2024-04-27 13:27:01 -07:00
parent ba5fe77f0f
commit a97258b9ee
5 changed files with 22 additions and 108 deletions

View File

@@ -37,7 +37,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+plugins {
+ java
+ `maven-publish`
+ id("com.github.johnrengelman.shadow")
+}
+
+dependencies {
@@ -90,10 +89,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ }
+}
+
+tasks.shadowJar {
+ configurations = listOf(project.configurations.vanillaServer.get())
+}
+
+tasks.test {
+ exclude("org/bukkit/craftbukkit/inventory/ItemStack*Test.class")
+ useJUnitPlatform()