If I try to resolve snapshot dependencies of Ivy then I receive the follow error on the ivy console:
Couldn't delete outdated artifact from cache: C:\Users\xyz.ivy2\cache\shared\foo\jars\foo-2.2.jar
Error on resolve of ivy.xml in MyProject: Impossible to resolve dependencies of bla#myproject;working@xyz
IcyDE reported also that this dependency can not resolved anymore. The cause is that some plugins has a ClassLoader which hold a lock on the jar files.
Are there any ivy settings to write a to a new file location for snapshot artifacts and delete old artifacts like Gradle it do?