mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 21:20:55 +00:00
17 lines
300 B
Plaintext
17 lines
300 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"))
|
|
}
|
|
|
|
concreteItem {
|
|
dependency(project(":foundation-core"))
|
|
}
|