Update settings.gradle.kts
Some checks failed
CI / Prepare job (push) Failing after 0s
CI / Build individual modules (push) Has been skipped
CI / Publish repo (push) Has been skipped

This commit is contained in:
Kohi-denn 2025-05-21 08:55:57 -05:00
parent f789a38449
commit 1de715339a

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)
/**