Details
Description
If useCacheOnly is set, and there are changing dependencies, resolution always fails with the following messages in the log:
resolver: Checking cache for: dependency: group#artifact;1.0.0-SNAPSHOT {default=[default]} don't use cache for group#artifact;1.0.0-SNAPSHOT: changing=true repository (useCacheOnly) : no ivy file found for group#artifact;1.0.0-SNAPSHOT
I would like to ask to allow cache usage when useCacheOnly=true and changing=true.