vanniktech/gradle-dependency-graph-generator-plugin

Execution failed "TypeError: Module.print is not a function" for a mono repo

LarsArtmann opened this issue · 3 comments

> Task :generateDependencyGraph
Warning: Nashorn engine is planned to be removed from a future JDK release

> Task :generateDependencyGraph FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':generateDependencyGraph'.
> TypeError: Module.print is not a function

It doesn't matter if I use the 0.8.0-SNAPSHOT or 0.7.0.
Any idea on how to fix that?

Probably graphviz needs an update on our site. Feel free to PR:

api "guru.nidi:graphviz-java:0.8.1"

Any solution for this? I am also facing same issue

Tests are failing here: #145