Skip to content

Commit

Permalink
Updated gradle plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrakal committed Jul 9, 2024
1 parent 8b806fc commit 57526bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ gradlePlugin {
create("modulesGraphAssert") {
id = "cz.mtrakal.module.graph.assertion"
version = "3.0.0"
displayName = "Modules Graph Assert"
description = "Gradle plugin to keep your modules graph healthy and lean."
displayName = "Modules Graph Assert Mermaid"
description = "Gradle plugin to keep your modules graph healthy and lean with Mermaid output."
implementationClass = "com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin"
tags.addAll("graph", "assert", "build speed", "android", "java", "kotlin", "quality", "multiprojects", "module")
tags.addAll("graph", "assert", "build speed", "android", "java", "kotlin", "quality", "multiprojects", "module", "mermaid")
}
}
}

0 comments on commit 57526bf

Please sign in to comment.