Ivy (which is what gradle uses) has something like this. Have you tried junit:junit:latest.integration?
I'm just saying off the top of my head... On Fri, Feb 26, 2010 at 6:27 PM, Gregory Boissinot <[email protected]> wrote: > > Hi, > > I suggest that you should use a '+' character to get the latest version. > > For example > dependencies { > myconf "junit:junit:4.+" > } > > > > > Ren?é Gröschke wrote: >> >> hi there, >> maybe I missed something obvious, but i can't find any documentation about >> the syntax for dependency versions. In my dependencies I want to declare >> the version of some of them to get the latest snapshot, or latest 2.* or >> something like this. I tried to define my the version with maven syntax >> and ivy syntax. Both trials with no luck. any ideas? >> >> regards, >> rene >> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> >> > > -- > View this message in context: > http://old.nabble.com/version-syntax-in-dependencies-tp27715282p27721110.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 > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
