Update settings.gradle.kts
This commit is contained in:
parent
627c34f404
commit
0fc8a33f3e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue