forked from SteamWar/SteamWar
Add DiscordDependency plugin for faster upload times
This commit is contained in:
@@ -51,6 +51,7 @@ dependencies {
|
||||
compileOnly(libs.viavelocity)
|
||||
|
||||
compileOnly(project(":VelocityCore:Persistent", "default"))
|
||||
compileOnly(project(":VelocityCore:DiscordDependency", "default"))
|
||||
|
||||
implementation(project(":CommonCore"))
|
||||
implementation(project(":CommandFramework"))
|
||||
@@ -58,10 +59,6 @@ dependencies {
|
||||
implementation(libs.sqlite)
|
||||
implementation(libs.mysql)
|
||||
|
||||
implementation(libs.jda) {
|
||||
exclude(module = "opus-java")
|
||||
}
|
||||
|
||||
implementation(libs.msgpack)
|
||||
implementation(libs.apolloprotos)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user