Do not pull in transitive dependencies of adventure-text-serializer-legacy-text3

Fixes #401
This commit is contained in:
Andrew Steinborn
2020-12-13 15:32:41 -05:00
parent 55b393a94a
commit b755759940

View File

@@ -37,7 +37,9 @@ dependencies {
api("net.kyori:adventure-text-serializer-gson")
api("net.kyori:adventure-text-serializer-legacy")
api("net.kyori:adventure-text-serializer-plain")
api("net.kyori:adventure-text-serializer-legacy-text3:${adventurePlatformVersion}") // adventure-platform
api("net.kyori:adventure-text-serializer-legacy-text3:${adventurePlatformVersion}") {
transitive = false
}
api "org.slf4j:slf4j-api:${slf4jVersion}"
api 'com.google.inject:guice:4.2.3'