mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 13:10:55 +00:00
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
plugins {
|
|
id("gay.pizza.foundation.concrete-plugin")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.discord.jda) {
|
|
exclude(module = "opus-java")
|
|
}
|
|
|
|
implementation(project(":common-plugin"))
|
|
compileOnly(project(":foundation-shared"))
|
|
}
|