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 b81c727 commit 981d8b2
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 @@ -62,6 +62,11 @@ tasks {
pluginJars.from(plugin.resolve())
}

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

shadowJar {
relocate("org.bstats", "dev.booky.vanish.bstats")
}
Expand Down

0 comments on commit 981d8b2

Please sign in to comment.