mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 05:30:55 +00:00
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
plugins {
|
|
id("gay.pizza.foundation.concrete-plugin") version "0.7.0"
|
|
}
|
|
|
|
dependencies {
|
|
implementation("net.dv8tion:JDA:5.0.0-alpha.2") {
|
|
exclude(module = "opus-java")
|
|
}
|
|
|
|
compileOnly(project(":foundation-core"))
|
|
}
|