It does not appear to be the case. It looks like 'gradle dependencies' only displays the dependency definitions, it does not actually retrieve them into the .gradle dir.
On Mon, Sep 26, 2011 at 11:38 AM, Philip Crotwell <[email protected]>wrote: > I think > gradle dependencies > will do that. > > Philip > > On Mon, Sep 26, 2011 at 11:28 AM, Carlton Brown <[email protected]> > wrote: > > Hi, > > I'm an Ivy user doing some exploratory testing to evaluate Gradle. I > just > > want to see dependency resolution/retrieval in action, nothing else right > > now. After I've defined a dependency and a resolver in my build.gradle, > > what command do I issue to cause a resolve to occur? Following that, > what > > do I need to do to cause an artifact retrieve to occur? > > Apologies if I'm expressing this too much in Ant/Ivy terminology, but > that's > > the context I'm coming from. Please feel free to correct my > perspective. > > Thanks, > > Carlton > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
