Gradle Build Caching: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 18: Line 18:


====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