build: 优化构建脚本

This commit is contained in:
2023-10-12 14:57:53 +08:00
parent f45ed46cd9
commit c15e1b2fa0
4 changed files with 0 additions and 9 deletions

View File

@@ -8,12 +8,10 @@ dependencies {
compileOnly("net.milkbowl.vault:VaultAPI:+") { isTransitive = false }
compileOnly("org.black_ixx:playerpoints:+") { isTransitive = false }
// https://mvnrepository.com/artifact/net.kyori/adventure-platform-bungeecord
api("net.kyori:adventure-platform-bukkit:4+") {
exclude(group = "org.jetbrains")
exclude(group = "com.google.code.gson")
}
// https://mvnrepository.com/artifact/net.kyori/adventure-text-minimessage
api("net.kyori:adventure-text-minimessage:4+") {
exclude(module = "adventure-api")
exclude(group = "org.jetbrains")