Skip to content

Commit

Permalink
Group together Annoying API relocations
Browse files Browse the repository at this point in the history
  • Loading branch information
srnyx committed Jun 25, 2024
1 parent ac32cc1 commit 6e3698a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ fun Project.annoyingAPI(
check(hasJavaPlugin()) { "Java plugin is not applied!" }
check(hasShadowPlugin()) { "Shadow plugin is not applied!" }
repository(Repository.JITPACK)
relocate("xyz.srnyx.annoyingapi")

// Runtime dependencies
relocate("xyz.srnyx.annoyingapi")
relocate("org.bstats")
relocate("javassist.", getPackage() + ".libs.javassist.")
relocate("org.reflections")
Expand Down

0 comments on commit 6e3698a

Please sign in to comment.