Add paperweight-mappings-namespace attribute

This commit is contained in:
Nassim Jahnke 2024-04-28 03:52:25 +02:00
parent bf7ed14506
commit 06c30c2838
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ dependencies {
tasks {
shadowJar {
manifest {
attributes["paperweight-mappings-namespace"] = "mojang"
}
archiveFileName.set("ViaBackwards-${project.version}.jar")
destinationDirectory.set(rootProject.projectDir.resolve("build/libs"))
}