:thread:Strange symbols in dependency tree output
# community-support
s
๐ŸงตStrange symbols in dependency tree output
I have a gradle project and I requested a dependency tree. Included in the output are these symbols:
(*)
and
(n)
. What do they mean? Thanks
t
Aren't they described in the last lines of the output? Out of memory
(*)
means the children are omitted because the dependency was already shown earlier in the output.
(n)
might be a dependency constraint (maybe? can't remember)
๐Ÿ‘€ 1
๐Ÿ‘† 1
s
Yes, they are explained. Thanks. I never would have looked.
(c) - dependency constraint (*) - dependencies omitted (listed previously) (n) - Not resolved (configuration is not meant to be resolved)
๐Ÿ‘ 1