I’m having trouble figuring out how to get at reso...
# general
j
I’m having trouble figuring out how to get at resolved
.tar.gz
artifacts (they don’t seem to show up in
compile_classpath
). What’s the proper way to find those? I noticed this line in ivy utils: https://github.com/pantsbuild/pants/blob/master/src/python/pants/backend/jvm/ivy_utils.py#L175 Which seems like it might have erroneously omitted
, jar.ext)
. Is there a bug here, or am I doing something wrong?