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:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user