On 26/02/10 6:39 PM, Rene Groeschke 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?
Gradle uses the same version syntax as ivy. You can find some information on this at http://ant.apache.org/ivy/history/latest-milestone/ivyfile/dependency.html#revision
One thing to note is that some types of repositories don't support dynamic revisions.
-- Adam Murdoch Gradle Developer http://www.gradle.org --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
