I was trying to find the dependency cycle for one ...
# general
f
I was trying to find the dependency cycle for one of the targets. Both of them lived in the same BUILD file. Target A imported target B, and target B imported target A. The command
--print-exception-stacktrace
didn't print the dependency cycle in a clear way. However, I fixed the issue.