Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to set task dependencies #29

Open
foriegnbody opened this issue Feb 27, 2021 · 1 comment
Open

Unable to set task dependencies #29

foriegnbody opened this issue Feb 27, 2021 · 1 comment

Comments

@foriegnbody
Copy link

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?

@komu
Copy link
Member

komu commented Mar 9, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants