Modules added as test dependencies are skipped
mustafaozhan opened this issue · 2 comments
mustafaozhan commented
Hello i just start using the generator and relised that the modules that used in test are ignored.
Where my dependency graph should be like in the README.md of the repo
Please pay attention to test
module which is added as test dependency to many other module.
vanniktech commented
Also on purpose.
Can you try using the API to create your own graphs? https://github.com/vanniktech/gradle-dependency-graph-generator-plugin#generator-example that should solve everything for you
mustafaozhan commented
Hello sorry for late reply, I think that works now, thank you!