mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 15:42:19 -07:00
Move obfhelper/stack deobf diff into original patch
This commit is contained in:
@@ -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)
|
||||
+}
|
||||
+
|
||||
|
Reference in New Issue
Block a user