mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-01-23 21:51:37 +01:00
13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
plugins {
|
|
id("root-plugin")
|
|
}
|
|
|
|
dependencies {
|
|
compileOnlyApi(libs.bundles.adventure)
|
|
|
|
compileOnly(libs.cluster.api)
|
|
|
|
api(libs.configme) {
|
|
exclude(group = "org.yaml", module = "snakeyaml")
|
|
}
|
|
} |