cz.mtrakal.module.graph.assertion
所有者: Matěj Trakal
Gradle 插件,使用 Mermaid 输出保持模块图的健壮性和精简。
https://github.com/mtrakal/modules-graph-assert
源代码: https://github.com/mtrakal/modules-graph-assert
使用 插件 DSL
plugins {
id("cz.mtrakal.module.graph.assertion") version "3.0.1"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("cz.mtrakal.module.graph.assertion:plugin:3.0.1")
}
}
apply(plugin = "cz.mtrakal.module.graph.assertion")