@Incubating public interface TaskLocalState
Task
.
The typical usage for local state is to store non-relocatable incremental analysis between builds.
Local state is removed whenever the task is loaded from cache.void register(Object... paths)
paths
- The files that represent the local state. The given paths are evaluated as per Project.files(Object...)
.