[ci skip]Make project name to lowercase

This commit is contained in:
MrHua269
2024-03-09 10:00:18 +00:00
parent a319241fc2
commit eafe7cd5e3

View File

@@ -7,7 +7,7 @@ pluginManagement {
}
}
rootProject.name = "Luminol"
rootProject.name = "luminol"
for (name in listOf("Luminol-API", "Luminol-Server")) {
val projName = name.toLowerCase(Locale.ENGLISH)
include(projName)