mirror of https://github.com/readrops/Readrops.git
Use gradle parallel builds
This commit is contained in:
parent
85fcf03e64
commit
e0945823ee
|
@ -11,6 +11,7 @@ android.useAndroidX=true
|
|||
org.gradle.jvmargs=-Xmx1536m
|
||||
android.databinding.incremental=true
|
||||
kapt.incremental.apt=true
|
||||
org.gradle.parallel=true
|
||||
# When configured, Gradle will run in incubating parallel mode.
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue