Do not shade minimessage in velocity module

This commit is contained in:
Len 2022-09-19 18:27:19 +02:00
parent ce1ec164ef
commit 6e41a81ed1

View File

@ -20,7 +20,7 @@ tasks {
archiveFileName.set("${project.name}-${project.version}.jar")
// minimize()
listOf(
"net.kyori.adventure.text.minimessage",
// "net.kyori.adventure.text.minimessage",
"org.spongepowered.configurate"
).forEach { relocate(it, "${rootProject.group}.lib.${it.substringAfterLast(".")}") }
}