In Ivy this is controlled with the *changing* property. I just checked
Gradle's API docs and ExternalModuleDependency has a *setChanging* method as
well. So something like this should work (haven't tested):

dependencies {
    compile(group: 'group', name: 'name', version: '1.0-SNAPSHOT') {
        changing = true
    }
}

  Levi

On Sat, Sep 5, 2009 at 3:45 AM, Peter Niederwieser <[email protected]>wrote:

>
> It seems that Gradle doesn't automatically download updated versions of
> snapshot dependencies from Maven repositories. How can I control this?
>
> Cheers,
> Peter
> --
> View this message in context:
> http://www.nabble.com/Snapshot-dependencies-not-updated-tp25304327p25304327.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
>
>
>

Reply via email to