de.gafertp.plantuml
Owner: Peter Gafert
A very simple plugin to render PlantUML files. Takes a set of diagram files together with desired output files / formats and renders them with PlantUML (http://plantuml.com/).
https://github.com/codecholeric/gradle-plantuml-plugin
Sources: https://github.com/codecholeric/gradle-plantuml-plugin
Version 2.0.1 (latest)
2.0.1
Created 14 April 2020.
A very simple plugin to render PlantUML files. Takes a set of diagram files together with desired output files / formats and renders them with PlantUML (http://plantuml.com/).
Add this plugin to your build using the plugins DSL:
plugins {
id("de.gafertp.plantuml") version "2.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.gafertp.plantuml:gradle-plantuml-plugin:2.0.1") } } apply(plugin = "de.gafertp.plantuml")
- Applying plugins to all subprojects .