Skip to content

Commit 69930e3

Browse files
fix: reobfuscated jar should not contain mapping information (#3386)
1 parent 0a03dfa commit 69930e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

worldedit-bukkit/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ tasks.register<ShadowJar>("reobfShadowJar") {
171171
if (key == "FAWE-Plugin-Jar-Type") {
172172
value = "spigot"
173173
}
174+
if (key == "paperweight-mappings-namespace") {
175+
exclude()
176+
}
174177
}
175178
}
176179
exclude("META-INF/INDEX.LIST", "META-INF/*.SF", "META-INF/*.DSA", "META-INF/*.RSA", "module-info.class")

0 commit comments

Comments
 (0)