Skip to content

Commit

Permalink
Mark output jar as mojang-mapped
Browse files Browse the repository at this point in the history
  • Loading branch information
booky10 committed Oct 13, 2024
1 parent 1955d97 commit 43de18a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ tasks {
}
}

withType<Jar> {
// no spigot mappings are used, disable useless remapping step
manifest.attributes("paperweight-mappings-namespace" to "mojang")
}

shadowJar {
relocate("org.bstats", "${project.group}.craftattack.bstats")
}
Expand Down

0 comments on commit 43de18a

Please sign in to comment.