Skip to content

Commit

Permalink
Removed ServerAuthorizer.java in favor of better system WhitelistBotC…
Browse files Browse the repository at this point in the history
…ommand which allows me to control what servers my bot are allowed in
  • Loading branch information
RealMangorage committed Sep 12, 2024
1 parent 4520c9f commit 4a3b64b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ dependencies {
library('dev.lavalink.youtube:common:1.5.1')
}

configurations.all {
resolutionStrategy {
force 'com.google.code.gson:gson:2.10.1'
}
}

test {
useJUnitPlatform()
}
Expand Down

0 comments on commit 4a3b64b

Please sign in to comment.