Do not relocate Minimessage in the final build
This commit is contained in:
parent
8f567ec4d6
commit
52f4a82c4a
|
|
@ -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") }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user