build: 优化构建脚本
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
evaluationDependsOn(":core-common")
|
||||
|
||||
dependencies {
|
||||
api(project(":core-common")) { isTransitive = false }
|
||||
implementation(project(":core-common")) { isTransitive = false }
|
||||
compileOnly("net.md-5:bungeecord-api:+")
|
||||
|
||||
api("net.kyori:adventure-platform-bungeecord:4+") {
|
||||
implementation("net.kyori:adventure-platform-bungeecord:4+") {
|
||||
exclude(group = "org.jetbrains")
|
||||
exclude(group = "com.google.code.gson")
|
||||
}
|
||||
api("net.kyori:adventure-text-minimessage:4+") {
|
||||
implementation("net.kyori:adventure-text-minimessage:4+") {
|
||||
exclude(module = "adventure-api")
|
||||
exclude(group = "org.jetbrains")
|
||||
}
|
||||
|
Reference in New Issue
Block a user