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.1 "
43+ id "dev.iurysouza.modulegraph" version "0.9.0 "
4444}
4545```
4646
@@ -55,7 +55,7 @@ plugins {
5555 }
5656 }
5757 dependencies {
58- classpath "dev.iurysouza:modulegraph:0.8.1 "
58+ classpath "dev.iurysouza:modulegraph:0.9.0 "
5959 }
6060}
6161
@@ -129,7 +129,7 @@ moduleGraphConfig {
129129
130130``` kotlin
131131plugins {
132- id(" dev.iurysouza.modulegraph" ) version " 0.8.1 "
132+ id(" dev.iurysouza.modulegraph" ) version " 0.9.0 "
133133}
134134```
135135
@@ -144,7 +144,7 @@ plugins {
144144 }
145145 }
146146 dependencies {
147- classpath(" dev.iurysouza:modulegraph:0.8.1 " )
147+ classpath(" dev.iurysouza:modulegraph:0.9.0 " )
148148 }
149149}
150150
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.1
8+ VERSION =0.9.0
99WEBSITE =https\://github.com/iurysza/module-graph
You can’t perform that action at this time.
0 commit comments