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

@@ -1,14 +1,11 @@
@file:Suppress("VulnerableLibrariesLocal")
dependencies {
// https://mvnrepository.com/artifact/com.google.code.gson/gson
compileOnly("com.google.code.gson:gson:2.8.0")
// https://mvnrepository.com/artifact/net.kyori/adventure-platform-api
api("net.kyori:adventure-platform-api:4+") {
exclude(group = "org.jetbrains")
}
// https://mvnrepository.com/artifact/net.kyori/adventure-text-serializer-gson
api("net.kyori:adventure-text-serializer-gson:4.13+") {
exclude(group = "org.jetbrains")
exclude(group = "com.google.code.gson")