perf: 清理无效代码

This commit is contained in:
2024-03-13 20:51:48 +08:00
parent de7c4decf1
commit ac18e73c5e
8 changed files with 16 additions and 115 deletions

View File

@@ -5,9 +5,7 @@ dependencies {
// https://mvnrepository.com/artifact/org.yaml/snakeyaml
compileOnly("org.yaml:snakeyaml:1.19")
implementation("net.kyori:adventure-platform-api:4.3.2") {
exclude(group = "org.jetbrains")
}
implementation("net.kyori:adventure-platform-api:4.3.2") { exclude(group = "org.jetbrains") }
implementation("net.kyori:adventure-text-serializer-gson:4.13.1") {
exclude(group = "org.jetbrains")
exclude(group = "com.google.code.gson")