summaryrefslogtreecommitdiff
path: root/gradle.properties
blob: b06a80a007824a510097871f7453ff0adf5e4f1c (plain)
1
2
3
4
5
6
7
# Enable the build cache to save time by reusing outputs produced by other successful builds.
# https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching=true
# Enable the configuration cache to reuse the build configuration and enable parallel task execution.
# (Note that some plugins may not yet be compatible with the configuration cache.)
# https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache=true