Is there a way to create images from PlantUML diagrams as part of a gradle build?
I have seen this plugin, however, there is a dependency on Graphviz/Dot and I really need a self-contained build (extract graphviz in a temp dir?) and not one that requires installing extra dependencies before running the build itself.