mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 23:11:58 +03:00
increase kotlin.daemon.jvmargs due to failed build variants test
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
f836644333
commit
077ff6ad58
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ android.nonFinalResIds=false
|
|||
# JVM arguments to optimize heap usage, enable heap dump on out-of-memory errors, and set the file encoding
|
||||
org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g
|
||||
org.gradle.dependency.verification.console=verbose
|
||||
kotlin.daemon.jvmargs=-Xmx1536m
|
||||
kotlin.daemon.jvmargs=-Xmx3072m
|
||||
org.gradle.caching=true
|
||||
org.gradle.parallel=true
|
||||
org.gradle.configureondemand=true
|
||||
|
|
Loading…
Reference in a new issue