>every time I change a line of code in the library and do a gradle install, the >application must rebuild the Gradle cache to see the change
What 'kind' of version do you install when you change the line of code (e.g. release or snapshot)? If you use snapshots then it should work out of the box and you should not need to purge cache. Cheers! On Mon, Aug 1, 2011 at 10:04 AM, matthias <[email protected]> wrote: > Hi Luke, > > I was doing an ordinary `gradle install` using the Gradle Maven plugin. > There was nothing peculiar in how I publish the artifacts beyond "apply > plugin: 'maven'" and `gradle install`. > > -- > View this message in context: > http://gradle.1045684.n5.nabble.com/gradle-clean-cache-command-tp2617928p4654290.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 > > > -- Szczepan Faber Principal engineer@gradleware Lead@mockito
