Gradle Incremental Builds

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

An incremental build is a build that does not execute one or more 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

Incremental Task

Build Cache