use build caching for faster builds and output gradle warning

use newline at end of file

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
Daniel Ziegenberg 2020-05-10 16:19:25 +02:00
parent ffce3778f7
commit 65b89bd2b1

View file

@ -17,4 +17,10 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
android.enableJetifier=true
android.useAndroidX=true
android.useAndroidX=true
# reuse task outputs from any previous build for
org.gradle.caching=true
# defaults to "summary" (suppress all warnings and log a summary at the end of the build)
org.gradle.warning.mode=all