mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-22 07:08:36 +00:00
Increased gradle memory
This commit is contained in:
parent
fecd2aa428
commit
e0f273aaad
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
# This option should only be used with decoupled projects. More details, visit
|
||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||
# org.gradle.parallel=true
|
||||
org.gradle.jvmargs=-Xmx1024m
|
||||
org.gradle.jvmargs=-Xmx2048m
|
||||
org.gradle.warning.mode=all
|
||||
|
||||
android.useAndroidX=true
|
||||
|
|
Loading…
Reference in a new issue