Gradle Build Caching: Difference between revisions

From NovaOrdis Knowledge Base
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...")
 
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====

Revision as of 17:24, 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