Claudio Bertoli
Results
2
comments of
Claudio Bertoli
Just faced the same exception, but I had no circular dependency: in my case I fixed by moving project dependencies to the top of the list.
I've just faced the same issue, with travis builds failing: I've had to make travis clone not shallow (remove the `--depth=**` argument from `git clone`) by adding ``` git: depth:...