-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I was using the following (example) to ensure the deployment to beanstalk happened as part of a "gradle build" with the following:
war.finalizedBy deployStaging.
I have several other dependsOn/finalizings to ensure other tasks are triggered when the beanstalk upload happens.
For example:
deployStaging.finalizedBy cnfinish
This works in 0.1.7 - doesn't in 2.0 onwards.
I'm not sure if this was intentional but I cannot find another way of setting those dependencies! Is it no longer possible, or am I just missing something obvious?
Metadata
Metadata
Assignees
Labels
No labels