Hi all,

I have a repository based on the FileSystemResolver(). When I build the java
app, the jars resolved from "addArtifactPattern"'s are added to the
"~/.gradle/cache/"... However, I have updated a Jar from the local
filesystem, which is version controlled. The problem is that gradle is not
updating the version from the cache... I had to manually delete the jar,
which now contains new classes, in order to get the correct compilation...
Is there anything I can do to delete the cache properly? I have tried
"checkmodified = true", and "checkmodified = false" in the scope of the
"add.... FileSystemResolver()"...

Do I have to do something? How to force Gradle to refresh the cache once a
Jar has changed locally in the filesystem? If I commit the changes of the
Jar under version control, I will certainly break the CI server :( given
that I have this problem now (CI server has NO external internet connection,
No Maven access)...

thanks
Marcello 

--
View this message in context: 
http://gradle.1045684.n5.nabble.com/Jar-on-filesystem-repository-updated-but-Gradle-cache-not-updated-tp4717446p4717446.html
Sent from the gradle-user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to