Enable Gradle caching

This commit is contained in:
arkon 2020-04-25 09:56:10 -04:00 committed by arkon
parent 71c20924e8
commit 592c8bece0
1 changed files with 2 additions and 0 deletions

View File

@ -15,3 +15,5 @@ org.gradle.jvmargs=-Xmx2048m
# 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
org.gradle.parallel=true
org.gradle.caching=true