trackedSpecFiles

@get:InputFiles
@get:Optional
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val trackedSpecFiles: ConfigurableFileCollection

Content-tracked local spec files backing the effective spec setting. The effective value is read from specFile first, then from configFile, so spec edits invalidate up-to-date and build-cache checks in both DSL and config-file-only builds. Empty for remote URIs.