Do not relocate Minimessage in the final build

This commit is contained in:
Len 2022-09-06 17:16:20 +02:00
parent 8f567ec4d6
commit 52f4a82c4a

View File

@ -67,7 +67,7 @@ tasks {
exclude { it.moduleName == "velocity" } exclude { it.moduleName == "velocity" }
} }
listOf( listOf(
"net.kyori.adventure.text.minimessage", // "net.kyori.adventure.text.minimessage",
"org.spongepowered.configurate" "org.spongepowered.configurate"
).forEach { relocate(it, "${rootProject.name}.lib.$it") } ).forEach { relocate(it, "${rootProject.name}.lib.$it") }
} }