Enable parallel builds by default (#52972)

This commit is contained in:
Mark Vieira 2020-02-28 15:08:13 -08:00 committed by GitHub
parent 6e6b948c1f
commit 630fc0d255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
org.gradle.warning.mode=none
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Xss2m
options.forkOptions.memoryMaximumSize=2g