mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-03 13:27:23 +01:00
lowercase root project name as well
This commit is contained in:
parent
6e9e17aec1
commit
7114126267
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue