Skip to content

Commit

Permalink
Opt out of remapping on Paper
Browse files Browse the repository at this point in the history
  • Loading branch information
pop4959 committed May 13, 2024
1 parent f956ca0 commit e109021
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ tasks {
archiveClassifier.set("")
archiveFileName.set("${rootProject.name.uppercase(Locale.getDefault())}-${project.version}.jar")
relocate("org.bstats", "${project.group}.${rootProject.name}.lib.bstats")
manifest {
attributes("paperweight-mappings-namespace" to "mojang")
}
}
build {
dependsOn(shadowJar)
Expand Down

0 comments on commit e109021

Please sign in to comment.