Fix comment

This commit is contained in:
Kas-tle 2022-08-24 13:41:24 +00:00 committed by GitHub
parent dc29d997fd
commit f1642d81dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -27,6 +27,7 @@ dependencies {
platformRelocate("it.unimi.dsi.fastutil")
platformRelocate("com.fasterxml.jackson")
// Relocate net.kyori but exclude the component logger
platformRelocate("net.kyori", "net.kyori.adventure.text.logger.slf4j.ComponentLogger")
platformRelocate("org.objectweb.asm")
platformRelocate("me.lucko.commodore")
@ -63,8 +64,5 @@ tasks.withType<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar> {
// Commodore includes Brigadier
exclude(dependency("com.mojang:.*"))
// Adventure slf4j
//exclude(dependency("net.kyori.adventure.text.logger.slf4j:ComponentLogger"))
}
}