Gradle Incremental Builds

From NovaOrdis Knowledge Base
Revision as of 00:56, 18 October 2020 by Ovidiu (talk | contribs) (→‎Internal)
Jump to navigation Jump to search

Internal

Overview

An incremental build is a build that not executes tasks if it does not need to. Gradle determines whether it needs to execute a task or not by analyzing its inputs and outputs.

Task Inputs and Outputs

Build Cache