perf: 优化依赖大小

This commit is contained in:
2024-03-17 20:08:03 +08:00
parent e6e66b99b3
commit 4a07209bc2

View File

@@ -7,7 +7,7 @@ dependencies {
compileOnly("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
annotationProcessor("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
implementation("net.kyori:adventure-platform-api:4.3.2") { exclude(group = "org.jetbrains") }
compileOnlyApi("net.kyori:adventure-platform-api:4.3.2") { isTransitive = false }
// https://mvnrepository.com/artifact/redis.clients/jedis
api("redis.clients:jedis:5.1.2") {
exclude(group = "com.google.code.gson")