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

Not traversing dependencies between projects #6

Open
patriknw opened this issue Mar 11, 2022 · 0 comments
Open

Not traversing dependencies between projects #6

patriknw opened this issue Mar 11, 2022 · 0 comments

Comments

@patriknw
Copy link

For example, in Akka, we have akka-actor-tests -> akka-testkit -> akka-actor and one would expect a change in akka-actor to trigger build in akka-actor-tests. It doesn't because we have not explicitly defined the dependency from akka-actor-tests to akka-actor, but it's via akka-testkit.

Would be nice if it would notice such dependencies automatically.

Not a critical issue for us, since the workaround is simply to add an additional explicit dependency from akka-actor-tests to akka-actor.

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

1 participant