kobwebCacheFile

fun ProjectLayout.kobwebCacheFile(path: String): Provider<RegularFile>(source)

Return a file under the cache directory.

See also


fun Task.kobwebCacheFile(path: String): Provider<RegularFile>(source)

Return a file under the cache directory for this task.

This method should not be called in a task action, as it won't work when configuration caching is enabled.

See also