Skip to content

Commit

Permalink
Fix new magical dependency's relocation
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHeijden committed Jan 7, 2024
1 parent 49ce24f commit c5d091f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ subprojects {
relocate("org.bstats", "$dependencyDir.bstats")
relocate("net.kyori.adventure", "$dependencyDir.adventure")
relocate("net.kyori.examination", "$dependencyDir.examination")
relocate("net.kyori.option", "$dependencyDir.option")
if (nmsImpl) {
relocate(project.group.toString().replaceAfterLast('.', "impl"), project.group.toString())
}
Expand Down

0 comments on commit c5d091f

Please sign in to comment.