Update settings.gradle.kts

This commit is contained in:
Kohi-denn 2025-05-21 09:03:48 -05:00
parent 0fc8a33f3e
commit 1b9fabf062

View file

@ -8,7 +8,7 @@ File(rootDir, "lib").eachDir { include("lib:${it.name}") }
// Load all modules under /lib-multisrc // Load all modules under /lib-multisrc
File(rootDir, "lib-multisrc").eachDir { include("lib-multisrc:${it.name}") } File(rootDir, "lib-multisrc").eachDir { include("lib-multisrc:${it.name}") }
if (System.getenv("CI") = "true") { if (System.getenv("CI") != "true") {
// Local development (full project build) // Local development (full project build)
/** /**