Skip to content

Commit

Permalink
build(bukkit): set mappings namespace to skip remapping on Paper 1.20.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed Jul 18, 2024
1 parent 53c183a commit d5f466a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platforms/bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ tasks {
relocate("okhttp", "dev.cubxity.plugins.metrics.libs.okhttp")
relocate("okio", "dev.cubxity.plugins.metrics.libs.okio")
relocate("io.prometheus", "dev.cubxity.plugins.metrics.libs.io.prometheus")

manifest {
attributes(mapOf("paperweight-mappings-namespace" to "mojang"))
}
}
processResources {
filesMatching("plugin.yml") {
Expand Down

0 comments on commit d5f466a

Please sign in to comment.