Opt-out of remapping on Paper 1.20.5+ (#5782)

This commit is contained in:
Jason Penilla 2024-04-29 18:32:34 -07:00 committed by GitHub
parent 132fa13442
commit 83059eaddd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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") }