JakeWharton / dependency-tree-diff

An intelligent diff tool for the output of Gradle's dependencies task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: How do you handle baselining the original dependency tree?

handstandsam opened this issue · comments

This tool great, thanks for creating it.

I'm curious where you get the baseline dependency output that you compare the new dependency output? My thought was to have the ability for someone to re-baseline when a change occurred, and to keep the dependencies output under source control. That way you'd always see the diff in git, and you'd have something to compare to.

Thank you!