Update settings.gradle.kts

This commit is contained in:
Kohi-denn 2025-05-21 08:54:34 -05:00
parent 4782731860
commit f789a38449

View file

@ -8,7 +8,7 @@ File(rootDir, "lib").eachDir { include("lib:${it.name}") }
// Load all modules under /lib-multisrc
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)
/**