gradle-dependency-graph-generator-plugin
gradle-dependency-graph-generator-plugin copied to clipboard
Gradle plugin that generates dependency graphs from your project.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies github-actions .github/workflows/build.yml...
When filtering out projects with `ProjectGenerator.includeProject`, the process will throw a `NoSuchElementException("Collection contains no element matching the predicate.")` because the destination project has been filtered out of the root nodes....
Crash happening after multiple attempts. Might be related to build cache or configuration cache. Stacktrace ``` Execution failed for task '...'. > java.lang.NullPointerException (no error message) * Try: > Run...
It seems there is an upper limit to how many objects can be graphed: Encountered this issue on a rather larger application with deeply nested dependencies. Cannot enlarge memory arrays....
Error occurring during run: Command took too long to execute, try setting a higher timout: '[/bin/sh, -c, dot -Kdot -Tsvg /tmp/GraphvizJava/DotEngine7925473131433663348/dotfile.dot -ooutfile.svg]' The plugin should have an overridable default timeout.
- [x] Link between two `Project`s in `DependencyGraphGeneratorExtension.ProjectGenerator` - [ ] Link between two `ResolvedDependency` in `DependencyGraphGeneratorExtension.Generator` Closes #169
Would you be open to allow customizing links between nodes? We might want to highlight a specific path, or a specific dependency type, similarly to `dependencyNode` and `projectNode`. https://github.com/vanniktech/gradle-dependency-graph-generator-plugin/blob/104abbdb1cc0c689688f665d5cc27b5b3649bb4a/src/main/kotlin/com/vanniktech/dependency/graph/generator/DependencyGraphGeneratorExtension.kt#L62-L65
When executing the tasks with configuration cache: `./gradlew --configuration-cache generateProjectDependencyGraph` it succeeds. However when re-running the same command it fails: ``` 46 problems were found reusing the configuration cache, 24...
With latest `id("com.vanniktech.dependency.graph.generator") version "0.8.0"` i get the following error: ``` ./gradlew generateProjectDependencyGraph --stacktrace > Configure project :integration Build was configured to prefer settings repositories over project repositories but repository...
Library is running on jdk17 or 11 and gradle 7.5 Using 0.9.0-SNAPSHOT,0.8.0-SNAPSHOT, and 0.8.0 Verified error is not present in 0.7.0. org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':domain-ias-trace-dl:generateDependencyGraph'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:145) at...