File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ You'll just need to add it to your project's **root** `build.gradle` or `build.g
4040
4141``` groovy
4242plugins {
43- id "dev.iurysouza.modulegraph" version "0.8.0 "
43+ id "dev.iurysouza.modulegraph" version "0.8.1 "
4444}
4545```
4646
@@ -55,7 +55,7 @@ plugins {
5555 }
5656 }
5757 dependencies {
58- classpath "dev.iurysouza:modulegraph:0.8.0 "
58+ classpath "dev.iurysouza:modulegraph:0.8.1 "
5959 }
6060}
6161
@@ -128,7 +128,7 @@ moduleGraphConfig {
128128
129129``` kotlin
130130plugins {
131- id(" dev.iurysouza.modulegraph" ) version " 0.8.0 "
131+ id(" dev.iurysouza.modulegraph" ) version " 0.8.1 "
132132}
133133```
134134
@@ -143,7 +143,7 @@ plugins {
143143 }
144144 }
145145 dependencies {
146- classpath(" dev.iurysouza:modulegraph:0.8.0 " )
146+ classpath(" dev.iurysouza:modulegraph:0.8.1 " )
147147 }
148148}
149149
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ GROUP=dev.iurysouza
55ID =dev.iurysouza.modulegraph
66IMPLEMENTATION_CLASS =dev.iurysouza.modulegraph.gradle.ModuleGraphPlugin
77VCS_URL =https\://github.com/iurysza/module-graph
8- VERSION =0.8.0
8+ VERSION =0.8.1
99WEBSITE =https\://github.com/iurysza/module-graph
You can’t perform that action at this time.
0 commit comments