mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 08:27:43 +01:00
fix paperclip bug
This commit is contained in:
@@ -32,9 +32,8 @@ if (!file(".git").exists()) {
|
||||
}
|
||||
|
||||
rootProject.name = "purpur"
|
||||
|
||||
for (name in listOf("Purpur-API", "Purpur-Server")) {
|
||||
val projName = name.toLowerCase(Locale.ENGLISH)
|
||||
val projName = name.lowercase(Locale.ENGLISH)
|
||||
include(projName)
|
||||
findProject(":$projName")!!.projectDir = file(name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user