Merge pull request #3493 from orionlee/build_set_jvm_max_size

Explicitly set max gradle jvm memory
This commit is contained in:
H. Lehmann 2019-10-04 23:37:27 +02:00 committed by GitHub
commit 7789b563ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
android.useAndroidX=true
android.enableJetifier=true
org.gradle.jvmargs=-Xmx4096m