https://pantsbuild.org/ logo
m

mysterious-actor-50986

07/31/2020, 9:06 PM
Isn't it odd that after switching from ivy to coursier on my scala project I get different set of jar dependencies included in my fat jar via
./pants binary
? (judging by debug messages here https://github.com/pantsbuild/pants/blob/1.29.x/src/python/pants/backend/jvm/tasks/jvm_binary_task.py#L105 ) Any possible explanation / ideas for debugging this?
w

witty-crayon-22786

07/31/2020, 9:26 PM
that’s pretty expected… ivy and coursier are very different codebases that are both trying to emulate maven
coursier is worth switching to though: it’s a much healthier, better maintained codebase.
and it’s much faster.
3 Views