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 5f5b59f commit a8d39d0
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:limboauth:$limboauthVersion")
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 @@ -77,7 +81,9 @@ shadowJar {
relocate("net.dv8tion.jda", "net.elytrium.limboauth.socialaddon.thirdparty.net.dv8tion.jda")
relocate("org.telegram.telegrambots", "net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots")
relocate("com.vk.api", "net.elytrium.limboauth.socialaddon.thirdparty.com.vk.api")
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 @@ -3,6 +3,7 @@ limboauthVersion=1.1.0
velocityVersion=3.2.0-SNAPSHOT
bstatsVersion=3.0.0
spotbugsVersion=4.7.3
elytriumCommonsVersion=1.2.0

jdaVersion=5.0.0-alpha.9
telegrambotsVersion=6.1.0
Expand Down

0 comments on commit a8d39d0

Please sign in to comment.