build: Compile against and shade the filtered jar (#9747)

* Compile against & shade the filtered jar

* Move check for if the paper asset root needs to be pushed

* Don't disable incremental compilation

* Remove mavenLocal

* use paperweight release
This commit is contained in:
Jason Penilla
2024-04-04 17:12:05 -07:00
parent 44336b8510
commit 61dc3d0b17
3 changed files with 33 additions and 45 deletions

View File

@@ -16,8 +16,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
}
val craftbukkitPackageVersion = "1_20_R3" // Paper
@@ -0,0 +0,0 @@ tasks.compileJava {
options.setIncremental(false)
@@ -0,0 +0,0 @@ tasks.jar {
}
}
+// Paper start - compile tests with -parameters for better junit parameterized test names