gradle-dependency-graph-generator-plugin icon indicating copy to clipboard operation
gradle-dependency-graph-generator-plugin copied to clipboard

Gradle plugin that generates dependency graphs from your project.

Results 29 gradle-dependency-graph-generator-plugin issues
Sort by recently updated
recently updated
newest added

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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.vanniktech:gradle-maven-publish-plugin/0.27.0?slim=true)](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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.vanniktech:gradle-code-quality-tools-plugin/0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.vanniktech:gradle-code-quality-tools-plugin/0.24.0?slim=true)](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...