mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-28 03:48:52 +08:00
11 lines
334 B
Plaintext
11 lines
334 B
Plaintext
dependencies {
|
|
api(libs.org.yaml.snakeyaml)
|
|
api(libs.org.pf4jSpring)
|
|
compileOnly(libs.springBoot.starter)
|
|
implementation(project(Modules.Plugin.CORE))
|
|
implementation(project(Modules.Core.EXTENSION))
|
|
}
|
|
// 全局排除 slf4j-reload4j
|
|
configurations.all {
|
|
exclude(group = "org.slf4j", module = "slf4j-reload4j")
|
|
} |