mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-03-23 15:29:29 +01: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("it.unimi.dsi.fastutil")
|
||||||
platformRelocate("com.fasterxml.jackson")
|
platformRelocate("com.fasterxml.jackson")
|
||||||
|
// Relocate net.kyori but exclude the component logger
|
||||||
platformRelocate("net.kyori", "net.kyori.adventure.text.logger.slf4j.ComponentLogger")
|
platformRelocate("net.kyori", "net.kyori.adventure.text.logger.slf4j.ComponentLogger")
|
||||||
platformRelocate("org.objectweb.asm")
|
platformRelocate("org.objectweb.asm")
|
||||||
platformRelocate("me.lucko.commodore")
|
platformRelocate("me.lucko.commodore")
|
||||||
|
@ -63,8 +64,5 @@ tasks.withType<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar> {
|
||||||
|
|
||||||
// Commodore includes Brigadier
|
// Commodore includes Brigadier
|
||||||
exclude(dependency("com.mojang:.*"))
|
exclude(dependency("com.mojang:.*"))
|
||||||
|
|
||||||
// Adventure slf4j
|
|
||||||
//exclude(dependency("net.kyori.adventure.text.logger.slf4j:ComponentLogger"))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue