Set mappings namespace to skip remapping on Paper 1.20.5+ (#3881)

This commit is contained in:
Jason Penilla 2024-04-30 02:31:16 -07:00 committed by GitHub
parent 2361ea43ee
commit d74a4dcb7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,10 @@ shadowJar {
from {
project(':bukkit').tasks.shadowJar.archiveFile
}
manifest {
attributes(["paperweight-mappings-namespace": "mojang"])
}
}
artifacts {