Enable parallel builds

This commit is contained in:
Eugene Cheung 2019-04-23 22:21:49 -04:00 committed by Eugene
parent 83bbbdc0d9
commit 47e9e9389d
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1536m
# When configured, Gradle will run in incubating parallel mode. # When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit # 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 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true org.gradle.parallel=true