lowercase root project name as well

This commit is contained in:
Jason Penilla 2021-11-26 01:15:38 -08:00 committed by MiniDigger | Martin
parent 0675784032
commit 7230cbbd55
1 changed files with 1 additions and 1 deletions

View File

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