fix: disable parallel configuration cache
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user