-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NPE SVGDiagram.setIgnoringClipHeuristic(boolean)" because "diagram" is null #194
Comments
builds with gradle commands generateDependencyGraph or generateProjectDependencyGraph finished with next error
tried different versions:
same result tried with fresh daemon also - the same @vanniktech check it please |
Hitting this also now in #228 - might be due to JDK 17. Reported it here: nidi3/graphviz-java#249 |
same here. Will this problem be fixed? |
Hitting the same issue. looks like graphviz-java is a dead project to update to jdk17 |
Due to this problem, at this point the tool is not useful for most projects with current AGP (current AGP requires JDK17 which is also included along with the latest Android Studio). Have you considered removing graphviz-java dependency and requiring the presence of an installed graphiz tool on the user's system? |
It used to be like this but many users had problems. Or they didn't have it installed. |
same here.... 😭 Will this problem be fixed?...?! |
I have the same error: |
Can confirm, that a donwgrade from 0.8.0 to 0.7.0 fixes the issue in an gradle project on openjdk-21.0.2. |
With latest
id("com.vanniktech.dependency.graph.generator") version "0.8.0"
i get the following error:see full errorlog.txt
see generated .dot file project-dependency-graph.dot.txt
With
id("com.vanniktech.dependency.graph.generator") version "0.7.0"
it works (at least when I start with a fresh gradle deamon).The text was updated successfully, but these errors were encountered: