api / org.gradle.api.tasks.incremental / IncrementalTaskInputs / isIncremental

isIncremental

abstract fun isIncremental(): Boolean

Indicates if it was possible for Gradle to determine which exactly input files were out of date compared to a previous execution. This is not possible in the case of no previous execution, changed input properties, output files, etc.

When true:

When false: