Tried to search, but failed. What is reason for co...
# caching
e
Tried to search, but failed. What is reason for configuration cache not to be reused when I see next message
Copy code
Calculating task graph as configuration cache cannot be reused because a build logic input of type 'ProcessResultValueSource' has changed.
I run tests in IDE and from command line - is it the meaning of process result value source?
t
I suspect its looking at some value that was produced by
ProviderFactory.exec
e
Thanks! Let me search for ProviderFactory
t
its typically grabbed via
project.getProviders()
same api exists on the
settings
object too. so could be a plugin used in your settings scripts doing it too
e
Thanks!