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

Cannot use dependsOn on input tasks #242

Closed
hajdamak opened this issue Oct 24, 2011 · 0 comments
Closed

Cannot use dependsOn on input tasks #242

hajdamak opened this issue Oct 24, 2011 · 0 comments

Comments

@hajdamak
Copy link

Making run task depend on other task:

run in Compile <<= (run in Compile).dependsOn(taskA)

results in compiler error:

value dependsOn is not a member of sbt.ScopedInput[Unit]
[error] run in Compile <<= (run in Compile).dependsOn(taskA)

This makes problematic adding some setup logic needed by application.

@harrah harrah closed this as completed in 9c87d07 Dec 13, 2011
eed3si9n added a commit to eed3si9n/sbt that referenced this issue Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants