Do not relocate Minimessage in the final build
This commit is contained in:
+1
-1
@@ -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") }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user