9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

Updated Upstream (Gale/Purpur/Dependencies)

This commit is contained in:
Dreeam
2024-01-14 05:30:00 -05:00
parent 7563d699b3
commit 24eea0768f
27 changed files with 475 additions and 472 deletions

View File

@@ -1,5 +1,3 @@
import java.util.Locale
pluginManagement {
repositories {
gradlePluginPortal()
@@ -7,9 +5,9 @@ pluginManagement {
}
}
rootProject.name = "Leaf"
rootProject.name = "leaf"
for (name in listOf("Leaf-API", "Leaf-Server")) {
val projName = name.lowercase(Locale.ENGLISH)
val projName = name.lowercase()
include(projName)
findProject(":$projName")!!.projectDir = file(name)
}