Skip to content

Commit

Permalink
Add paperweight-mappings-namespace manifest attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytv committed Apr 28, 2024
1 parent 5a34d07 commit 508a89f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions debuggery-bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ tasks {
}

val shadowJar = named<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("shadowJar") {
manifest {
attributes["paperweight-mappings-namespace"] = "mojang"
}
archiveClassifier.set("")
from(project.rootProject.file("LICENSE.md"))
}
Expand Down

0 comments on commit 508a89f

Please sign in to comment.