mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
Use dependency catalogs, and add support for using local concrete.
This commit is contained in:
@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("net.dv8tion:JDA:5.0.0-alpha.2") {
|
||||
implementation(libs.discord.jda) {
|
||||
exclude(module = "opus-java")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user