gradle
8.3-rc-1
Java API
gradle
/
org.gradle.api
/
Task
/
doNotTrackState
do
Not
Track
State
Java API
abstract
fun
doNotTrackState
(
reasonNotToTrackState
:
String
)
Do not track the state of the task.
Instructs Gradle to treat the task as untracked.
See also
Untracked
Task