gradle-dependency-graph-generator-plugin
gradle-dependency-graph-generator-plugin copied to clipboard
Gradle plugin that generates dependency graphs from your project.
Fixes #174 Set a high upper bound for total memory to prevent failure: > Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.vanniktech:gradle-maven-publish-plugin](https://togithub.com/vanniktech/gradle-maven-publish-plugin) | `0.26.0` -> `0.27.0` | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.vanniktech:gradle-code-quality-tools-plugin](https://togithub.com/vanniktech/gradle-code-quality-tools-plugin) | `0.22.0` -> `0.24.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
In large projects, it may be useful to present artifacts with the same groupId into a [graphviz cluster](https://graphviz.org/Gallery/directed/cluster.html). As configuration API I think this could be implemented by adding a...
I wrote my own dependencyGraphGenerator. I managed to show the package name including the version. But as soon as I add any if statement, the task fails: ``` Execution failed...
Hi! Is it possible to change the directory output to save in another directory than `/build`? Thanks
Hello i just start using the generator and relised that the modules that used in native declarations are ignored. I am getting below picture Where my dependency graph should be...