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:
parent
ffce3778f7
commit
65b89bd2b1
1 changed files with 7 additions and 1 deletions
|
@ -18,3 +18,9 @@
|
|||
# org.gradle.parallel=true
|
||||
android.enableJetifier=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
|
||||
|
|
Loading…
Reference in a new issue