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

circular exports graph #297

Open
ribrdb opened this issue Feb 12, 2021 · 2 comments
Open

circular exports graph #297

ribrdb opened this issue Feb 12, 2021 · 2 comments

Comments

@ribrdb
Copy link

ribrdb commented Feb 12, 2021

I'm getting this error message:

[main] ERROR MakeDeps - circular exports graph: com.google.flogger:flogger, com.google.flogger:flogger

I have no idea what this means or how to resolve it.

@johnynek
Copy link
Collaborator

It generally means that there is a cycle somewhere: x export y, y exports z, z exports x.

Something like that.

The error message should be clearer, but I would look at your file and see what flogger is exporting, or what is exporting flogger, and start removing things.

@johnynek
Copy link
Collaborator

btw: this may be a real circular dependency in the maven graph. We could probably support this by combining all those into a single target since bazel forbids loops.

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