Move obfhelper/stack deobf diff into original patch

This commit is contained in:
Jason Penilla
2024-04-27 13:53:56 -07:00
parent e0adb01ddc
commit e20beef9c7
4 changed files with 112 additions and 347 deletions

View File

@@ -135,9 +135,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ runtime.filterNot { it.asFile.absolutePath == vanilla }
+ }
+
+tasks.registerRunTask("runShadow") {
+ description = "Spin up a test server from the shadowJar archiveFile"
+ classpath(tasks.shadowJar.flatMap { it.archiveFile })
+tasks.registerRunTask("runServerJar") {
+ description = "Spin up a test server from the serverJar archiveFile"
+ classpath(tasks.serverJar.flatMap { it.archiveFile })
+ classpath(runtimeClasspathWithoutVanillaServer)
+}
+