io.github.redgreencoding.plantuml
所有者: Alphonse Bendt
将PlantUML .puml文件转换为支持的输出格式之一的插件
https://github.com/red-green-coding/plantuml-gradle-plugin
源代码: https://github.com/red-green-coding/plantuml-gradle-plugin.git
使用插件DSL
plugins {
id("io.github.redgreencoding.plantuml") version "0.3.0"
}
使用旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.redgreencoding:plantuml-gradle-plugin:0.3.0")
}
}
apply(plugin = "io.github.redgreencoding.plantuml")