Gradle Incremental Builds
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.