mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix comment
This commit is contained in:
parent
dc29d997fd
commit
f1642d81dc
1 changed files with 1 additions and 3 deletions
|
@ -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"))
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue