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

@@ -11,7 +11,7 @@ plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("io.papermc.paperweight.core") version "1.5.12"
id("io.papermc.paperweight.core") version "1.5.13"
}
allprojects {