vanniktech / gradle-dependency-graph-generator-plugin

Gradle plugin that generates dependency graphs from your project.
http://vanniktech.com
Apache License 2.0
1.51k stars 98 forks source link

Module pointing to itself #208

Open Dawid-Witkowski opened 1 year ago

Dawid-Witkowski commented 1 year ago

Might be a dumb question but I just found this suprising (at 4 am), if a module points to itself: image how exactly should I... interpret that? may that be caused by DI?

Some additional info: this happens on every module in the graph (might be an issue with the way I added the plugin?) does not happen in "dependency-graph" (only in "project-dependency-graph") I used v. 0.7.0 used on project: https://github.com/Dawwit0001/NavigationFeatureModulesExample (Does not matter I hope)

vanniktech commented 1 year ago

That seems indeed strange. PR with a fix welcome