File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ The plugin is available in the [Gradle plugins repository](https://plugins.gradl
2424Kotlin:
2525``` kotlin
2626plugins {
27- id(" io.github.adityabhaskar.dependencygraph" ) version " 0.1.3 "
27+ id(" io.github.adityabhaskar.dependencygraph" ) version " 0.1.4 "
2828}
2929```
3030
3131Groovy:
3232``` groovy
3333plugins {
34- id "io.github.adityabhaskar.dependencygraph" version "0.1.3 "
34+ id "io.github.adityabhaskar.dependencygraph" version "0.1.4 "
3535}
3636```
3737
Original file line number Diff line number Diff line change 11ID =io.github.adityabhaskar.dependencygraph
2- VERSION =0.1.3
2+ VERSION =0.1.4
33GROUP =io.github.adityabhaskar
44DISPLAY_NAME =Gradle module dependency graphs
55DESCRIPTION =A plugin to automatically produce Github/mermaid compatible dependency graphs
You can’t perform that action at this time.
0 commit comments