Skip to content

Commit

Permalink
remove forbiddent tag "plugin"
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-carrasco-dev committed Nov 11, 2023
1 parent b46aa95 commit d6ddff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gradlePlugin {
displayName = "Graphfity Plugin"
description = "Graphfity empowers you to visualize and analyze the intricate dependencies within your project's internal modules. By generating a comprehensive dependency node graph, it provides valuable insights to help you optimize the relationships between different modules. This tool proves particularly advantageous for developers working on multi-module applications, offering a clear and insightful PNG image that encapsulates the intricate interplay of your project components."
implementationClass = "com.github.ivancarras.graphfity.plugin.main.GraphfityPlugin"
tags.set(listOf("kotlin-DSL", "graph", "graphviz", "plugin", "multi-module","app modularization","kotlin", "android", "architecture"))
tags.set(listOf("kotlin-DSL", "graph", "graphviz", "multi-module","app modularization","kotlin", "android", "architecture"))
}
}
}
Expand Down

0 comments on commit d6ddff1

Please sign in to comment.