Skip to content

Converts your src/main/graphviz/*.dot to build/graphviz/*.png.

License

Notifications You must be signed in to change notification settings

AxelCourt/gradle-graphviz-plugin

 
 

Repository files navigation

gradle-modernizer-plugin Build Status

Converts your src/main/graphviz/*.dot to build/graphviz/*.png. It does nothing else.

Uses the great graphviz-java library for conversion.

Usage

Add to your gradle script

plugins {
   id "com.simonharrer.graphviz" version "0.0.1"
}

and use it from the command line

$ gradle graphviz

Configuration

No configuration possible. It just converts your src/main/graphviz/.dot to build/graphviz/.png.

License

MIT license. See the LICENSE.md for the full MIT license.

About

Converts your src/main/graphviz/*.dot to build/graphviz/*.png.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%