diff --git a/core-common/build.gradle.kts b/core-common/build.gradle.kts index 2d5ed54..d2fb41a 100644 --- a/core-common/build.gradle.kts +++ b/core-common/build.gradle.kts @@ -5,10 +5,10 @@ dependencies { // https://mvnrepository.com/artifact/org.yaml/snakeyaml compileOnly("org.yaml:snakeyaml:1.19") - compileOnly("net.kyori:adventure-platform-api:4.3.2") { + implementation("net.kyori:adventure-platform-api:4.3.2") { exclude(group = "org.jetbrains") } - compileOnly("net.kyori:adventure-text-serializer-gson:4.13.1") { + implementation("net.kyori:adventure-text-serializer-gson:4.13.1") { exclude(group = "org.jetbrains") exclude(group = "com.google.code.gson") }