Skip to content

Commit

Permalink
Add paperweight-mappings-namespace attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytv committed Apr 28, 2024
1 parent 26802cb commit fa7effe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions universal/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ val platforms = setOf(

tasks {
shadowJar {
manifest {
attributes["paperweight-mappings-namespace"] = "mojang"
}
archiveClassifier.set("")
archiveFileName.set("Maintenance-${project.version}.jar")
destinationDirectory.set(rootProject.projectDir.resolve("build/libs"))
Expand Down

0 comments on commit fa7effe

Please sign in to comment.