Greetings Gentlemen!
I am new to gradle and cannot overcome the issue I have encountered. I build my project using gradle and I have some depemdency from our central repository that need to updated constantly. I use changing=true for this.
This works, but periodically I get an error message: “Couldn’t delete outdated artifact from cache”. This indicates that the shared library I need cannot be deleted from .gradle/cache folder. I thought this is because I use the very same folder in cache for Intellij Idea as a library folder. So Idea takes classes from it. I changed this and Idea is not connected to gradle cache. But this helped me not.
Any other ideas?
I use Windows 7 and 0.9.2