Hello,
getDependencyInfo function generates hundrets of lines in our build log.
Most of those lines are not very useful for us and We want to have a clean log suppressing them.
Could you please use logger.info instead of logger.lifecycle in getDependencyInfo function?
Thanks!