Add paperweight-mappings-namespace manifest attribute

This commit is contained in:
Nassim Jahnke 2024-04-28 03:51:56 +02:00
parent a77e328dfe
commit d068822143
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"
}
archiveClassifier.set("")
archiveFileName.set("ViaVersion-${project.version}.jar")
destinationDirectory.set(rootProject.projectDir.resolve("build/libs"))