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 47fdd55 commit 4ea0b5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ repositories {

dependencies {
compileOnly("net.elytrium.limboapi:api:$limboapiVersion")
compileOnly("net.elytrium.commons:config:$elytriumCommonsVersion")
compileOnly("net.elytrium.commons:utils:$elytriumCommonsVersion")
compileOnly("net.elytrium.commons:velocity:$elytriumCommonsVersion")
compileOnly("net.elytrium.commons:kyori:$elytriumCommonsVersion")

compileOnly("com.velocitypowered:velocity-api:$velocityVersion")
annotationProcessor("com.velocitypowered:velocity-api:$velocityVersion")
Expand Down Expand Up @@ -108,7 +112,9 @@ shadowJar {
relocate("dev.samstevens.totp", "net.elytrium.limboauth.thirdparty.dev.samstevens.totp")
relocate("org.apache.commons.codec", "net.elytrium.limboauth.thirdparty.org.apache.commons.codec")
relocate("org.bstats", "net.elytrium.limboauth.thirdparty.org.bstats")
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
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ floodgateVersion=2.1.1-SNAPSHOT
fastutilVersion=8.5.11
bstatsVersion=3.0.0
spotbugsVersion=4.7.3
elytriumCommonsVersion=1.2.0

0 comments on commit 4ea0b5e

Please sign in to comment.