Update settings.gradle.kts
Some checks failed
CI / Prepare job (push) Successful in 13s
CI / Build individual modules (push) Failing after 37s
CI / Publish repo (push) Has been cancelled

This commit is contained in:
Kohi-denn 2025-05-21 09:27:46 -05:00
parent 1cfee212d7
commit 0c2df7e6af

View file

@ -20,7 +20,7 @@ if (System.getenv("CI") != "true") {
// Running in CI (GitHub Actions)
val chunkSize = System.getenv("CI_CHUNK_SIZE").toInt()
val chunk = 6
val chunk = 4
// Loads individual extensions
File(rootDir, "src").getChunk(chunk, chunkSize)?.forEach {