mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-03 06:57:39 +01:00
Opt-out of remapping on Paper 1.20.5+ (#5782)
This commit is contained in:
parent
c58aae78e7
commit
1c8060341f
@ -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") }
|
||||
|
Loading…
Reference in New Issue
Block a user