Move obfhelper/stack deobf diff into original patch
This commit is contained in:
parent
e0adb01ddc
commit
e20beef9c7
4 changed files with 112 additions and 347 deletions
|
@ -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)
|
||||
+}
|
||||
+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue