13
0
geforkt von Mirrors/Velocity

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

Fixes #401
Dieser Commit ist enthalten in:
Andrew Steinborn 2020-12-13 15:32:41 -05:00
Ursprung 3efb84d62f
Commit 8c52341ff6

Datei anzeigen

@ -37,7 +37,9 @@ dependencies {
api("net.kyori:adventure-text-serializer-gson") api("net.kyori:adventure-text-serializer-gson")
api("net.kyori:adventure-text-serializer-legacy") api("net.kyori:adventure-text-serializer-legacy")
api("net.kyori:adventure-text-serializer-plain") 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 "org.slf4j:slf4j-api:${slf4jVersion}"
api 'com.google.inject:guice:4.2.3' api 'com.google.inject:guice:4.2.3'