Files
foundation/foundation-bifrost/build.gradle.kts

12 lines
209 B
Plaintext
Raw Normal View History

2023-01-28 19:38:57 -08:00
plugins {
2023-01-28 21:09:40 -08:00
id("gay.pizza.foundation.concrete-plugin")
2023-01-28 19:38:57 -08:00
}
2021-12-21 08:58:44 +00:00
dependencies {
2023-01-28 21:16:13 -08:00
implementation("net.dv8tion:JDA:5.0.0-alpha.2") {
2021-12-22 01:38:22 +00:00
exclude(module = "opus-java")
}
compileOnly(project(":foundation-core"))
2021-12-21 08:58:44 +00:00
}