diff --git a/core-velocity/build.gradle.kts b/core-velocity/build.gradle.kts index c8034ad..c12ff24 100644 --- a/core-velocity/build.gradle.kts +++ b/core-velocity/build.gradle.kts @@ -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")