Skip to content

Commit

Permalink
Don't remap jar
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Aug 13, 2024
1 parent 5c869f7 commit 7f7b731
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ plugins {
id 'java-library'
}

jar {
manifest {
attributes["paperweight-mappings-namespace"] = "mojang"
}
}

shadowJar {
archiveBaseName.set('ObbyLangBukkit')
relocate 'net.kyori.adventure', 'com.clubobsidian.obbylang.adventure'
Expand Down

0 comments on commit 7f7b731

Please sign in to comment.