Skip to content

Commit

Permalink
Hotfix: do not relocate Exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hevav committed Jan 13, 2023
1 parent d2907cd commit 956bc2a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ plugins {

dependencies {
implementation(project(":api"))
implementation("net.elytrium.commons:config:$elytriumCommonsVersion")
implementation("net.elytrium.commons:utils:$elytriumCommonsVersion")
implementation("net.elytrium.commons:velocity:$elytriumCommonsVersion")
implementation("net.elytrium.commons:kyori:$elytriumCommonsVersion")

implementation("net.elytrium:fastprepare:$fastPrepareVersion")
compileOnly("com.velocitypowered:velocity-api:$velocityVersion")
Expand All @@ -33,7 +37,9 @@ shadowJar {

relocate("org.bstats", "net.elytrium.limboapi.thirdparty.org.bstats")
relocate("net.elytrium.fastprepare", "net.elytrium.limboapi.thirdparty.fastprepare")
relocate("net.elytrium.commons", "net.elytrium.limboapi.thirdparty.commons")
relocate("net.elytrium.commons.velocity", "net.elytrium.limboapi.thirdparty.commons.velocity")
relocate("net.elytrium.commons.kyori", "net.elytrium.limboapi.thirdparty.commons.kyori")
relocate("net.elytrium.commons.config", "net.elytrium.limboapi.thirdparty.commons.config")
}

license {
Expand Down

0 comments on commit 956bc2a

Please sign in to comment.