foundation/foundation-bifrost/build.gradle.kts

17 lines
300 B
Plaintext
Raw Normal View History

2023-01-29 03:38:57 +00:00
plugins {
2023-01-29 05:09:40 +00:00
id("gay.pizza.foundation.concrete-plugin")
2023-01-29 03:38:57 +00:00
}
2021-12-21 08:58:44 +00:00
dependencies {
implementation(libs.discord.jda) {
2021-12-22 01:38:22 +00:00
exclude(module = "opus-java")
}
2023-02-07 09:52:54 +00:00
implementation(project(":common-plugin"))
compileOnly(project(":foundation-shared"))
2021-12-21 08:58:44 +00:00
}
concreteItem {
dependency(project(":foundation-core"))
}