It seems that a `fileTree` created in a `settings....
# configuration-cache
f
It seems that a
fileTree
created in a
settings.gradle.kts
script (either via
settings.fileTree
or
gradle.serviceOf<ObjectFactory>().fileTree()
) is entirely ignored by the configuration cache. Changes on the file system are never picked up, and the cache is always considered up-to-date. 🤔