Hi all, I noticed a strange behavior with the "install" task, when I'm using it on the Groovy project. In a nutshell, it's not updating the JAR in my local repo, unless I'm doing a "clean install".
Let's say I'm modifying something in the groovy-servlet subproject. Then do "gradle install". The changes I made don't find their way in the snapshot (I'm don't even know if it scratches the old jar or not). Although I see that the compiler does indeed compile my changes, as for example, if I introduce a typo on purpose, the compiler will complain. But it's only when I do "gradle clean install" that the snapshot is updated with my changes in my local repo. So... is it a problem of the Groovy build, or a problem in Gradle? If the latter, is it a known issue? It is quite annoying as clean builds are more time consuming :-( Thanks for your attention. -- Guillaume Laforge Groovy Project Manager SpringSource, a division of VMware Blog: http://glaforge.appspot.com/ Social: @glaforge <http://twitter.com/glaforge> / Google+<https://plus.google.com/u/0/114130972232398734985/posts>
