Skip to content

Commit

Permalink
Opt-out of remapping on Paper 1.20.5+ (#5782)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Apr 30, 2024
1 parent 132fa13 commit 83059ea
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -75,6 +75,9 @@ tasks {
}
withType<Jar> {
archiveVersion.set(rootProject.ext["FULL_VERSION"] as String)
manifest {
attributes("paperweight-mappings-namespace" to "mojang")
}
}
withType<Sign> {
onlyIf { project.hasProperty("forceSign") }
Expand Down

0 comments on commit 83059ea

Please sign in to comment.