io.gitlab.plunts.plantuml
Owner: Plunts
Gradle plugin to build PlantUML diagrams from code (for living and up-to-date documentation)
https://gitlab.com/Plunts/plantuml-gradle-plugin
Sources: https://gitlab.com/Plunts/plantuml-gradle-plugin
Version 2.0.1
2.0.1
Created 02 January 2023.
Gradle plugin to build PlantUML diagrams from code (for living and up-to-date documentation)
Add this plugin to your build using the plugins DSL:
plugins {
id("io.gitlab.plunts.plantuml") version "2.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.gitlab.plunts:plantuml-gradle-plugin:2.0.1") } } apply(plugin = "io.gitlab.plunts.plantuml")
- Applying plugins to all subprojects .