doNotTrackState

abstract fun doNotTrackState(reasonNotToTrackState: String)

Do not track the state of the task.

Instructs Gradle to treat the task as untracked.

Since

7.3

See also