Gradle Build Caching: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://docs.gradle.org/current/userguide/build_cache.html =Internal= * Gradle Concepts =Overview= =Configuration= ====org...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
====org.gradle.caching==== | ====org.gradle.caching==== | ||
org.gradle.caching=true|false | |||
When set to true, Gradle will reuse task outputs from previous builds, when possible. This speeds up the build. | |||
====org.gradle.caching.debug==== | ====org.gradle.caching.debug==== | ||
org.gradle.caching.debug=true|false | |||
Configures task output caching. https://docs.gradle.org/current/userguide/build_cache.html#sec:task_output_caching |
Latest revision as of 17:25, 23 May 2018
External
Internal
Overview
Configuration
org.gradle.caching
org.gradle.caching=true|false
When set to true, Gradle will reuse task outputs from previous builds, when possible. This speeds up the build.
org.gradle.caching.debug
org.gradle.caching.debug=true|false
Configures task output caching. https://docs.gradle.org/current/userguide/build_cache.html#sec:task_output_caching