Adam Murdoch-2 wrote:
> 
> Just to check I understand it: 'deploy' must execute after 'release' if 
> 'release' happens to be in the dag, but 'deploy' can also be executed if 
> 'release' is not included in the dag. ie, 'deploy' does not dependOn 
> 'release'
> 
> Does 'deploy' always execute if 'release' is in the dag?
> 

Yup, that's right. Deploy can be invoked on it's own, in which case it
deploys a snapshot build to a snapshot repository. If release if executed
though, "deploy" *must* also be executed to upload to the release
repository.

Good to know that this is a bit of missing functionality and not me being
dumb. I've hacked around it in the meantime, but will open a Jira to address
this.

Phil.
-- 
View this message in context: 
http://www.nabble.com/%22forward%22-task-dependencies---more-plugin-fun-tp20147831p20168532.html
Sent from the gradle-dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to