File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ A Gradle plugin that helps keep your module graph healthy and lean.
3131Apply the plugin to a module, which dependencies graph you want to assert.
3232``` groovy
3333plugins {
34- id "com.jraska.module.graph.assertion" version "1.3.2 "
34+ id "com.jraska.module.graph.assertion" version "1.4.0 "
3535}
3636```
3737
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ gradlePlugin {
3434 plugins {
3535 modulesGraphAssert {
3636 id = ' com.jraska.module.graph.assertion'
37- version = ' 1.3.2 '
37+ version = ' 1.4.0 '
3838 displayName = ' Modules Graph Assert'
3939 description = ' Gradle plugin to keep your modules graph healthy and lean.'
4040 implementationClass = ' com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin'
You can’t perform that action at this time.
0 commit comments