Set Gradle workers to CPU count
Some checks failed
build-and-deploy / build-deploy (push) Has been cancelled

This commit is contained in:
deploy
2026-01-26 17:54:38 +05:30
parent 4f22bfa234
commit 8887e456ac

View File

@@ -5,3 +5,5 @@ org.gradle.vfs.watch=true
org.gradle.daemon=false org.gradle.daemon=false
org.gradle.jvmargs=-Xmx10g -Dfile.encoding=UTF-8 org.gradle.jvmargs=-Xmx10g -Dfile.encoding=UTF-8
kotlin.incremental=true kotlin.incremental=true
org.gradle.workers.max=6