Gradle Incremental Builds: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Task Inputs and Outputs= | =Task Inputs and Outputs= | ||
=Incremental Task= | |||
=Build Cache= | =Build Cache= |
Revision as of 01:08, 18 October 2020
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.