mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-22 12:16:21 +01:00
Add paperweight-mappings-namespace attribute
This commit is contained in:
parent
bf7ed14506
commit
06c30c2838
@ -14,6 +14,9 @@ dependencies {
|
|||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
shadowJar {
|
shadowJar {
|
||||||
|
manifest {
|
||||||
|
attributes["paperweight-mappings-namespace"] = "mojang"
|
||||||
|
}
|
||||||
archiveFileName.set("ViaBackwards-${project.version}.jar")
|
archiveFileName.set("ViaBackwards-${project.version}.jar")
|
||||||
destinationDirectory.set(rootProject.projectDir.resolve("build/libs"))
|
destinationDirectory.set(rootProject.projectDir.resolve("build/libs"))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user