[ci skip] Update Gradle wrapper

This commit is contained in:
Nassim Jahnke
2023-08-21 19:16:46 +10:00
parent 8aee3fc4d0
commit a411e324aa
4 changed files with 13 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ if (!file(".git").exists()) {
rootProject.name = "paper"
for (name in listOf("Paper-API", "Paper-Server", "Paper-MojangAPI")) {
val projName = name.toLowerCase(Locale.ENGLISH)
val projName = name.lowercase(Locale.ENGLISH)
include(projName)
findProject(":$projName")!!.projectDir = file(name)
}