Converts your src/main/graphviz/*.dot
to build/graphviz/*.png
. It does nothing else.
Uses the great graphviz-java library for conversion.
Add to your gradle script
plugins {
id "com.simonharrer.graphviz" version "0.0.1"
}
and use it from the command line
$ gradle graphviz
No configuration possible. It just converts your src/main/graphviz/.dot to build/graphviz/.png.
MIT license. See the LICENSE.md for the full MIT license.