You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Sounds really weird, because there's no magic involving task dependencies in the code. Can you provide a minimal build file which would reproduce the problem?
By "2.0 onwards", I suppose you meant 0.2 onwards? The latest release is 0.2.3, after all.
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?
The text was updated successfully, but these errors were encountered: