fix: disable parallel configuration cache

This commit is contained in:
Harsh Shandilya
2026-06-11 18:58:56 +05:30
parent 7740177b86
commit c221a3baf8
+2 -1
View File
@@ -12,7 +12,8 @@ systemProp.org.gradle.android.cache-fix.ignoreVersionCheck=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.problems=warn
org.gradle.configuration-cache.max-problems=2
org.gradle.configuration-cache.parallel=true
# Causes builds to seemingly get stuck
org.gradle.configuration-cache.parallel=false
# Set JVM heap size to 3G
org.gradle.jvmargs=-Xmx3072m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options=-Xmx1500m,Xms500m