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

This commit is contained in:
Kohi-denn 2025-05-21 09:33:30 -05:00
parent 7d7aca37d8
commit 808ad21843

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 = 1000
val chunk = System.getenv("CI_CHUNK_NUM").toInt()
// Loads individual extensions
File(rootDir, "src").getChunk(chunk, chunkSize)?.forEach {