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 @@ -30,7 +30,7 @@ A Gradle plugin that helps keep your module graph healthy and lean.
3030Apply the plugin to a module, which dependencies graph you want to assert.
3131``` groovy
3232plugins {
33- id "com.jraska.module.graph.assertion" version "2.4.0 "
33+ id "com.jraska.module.graph.assertion" version "2.4.1 "
3434}
3535```
3636
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ gradlePlugin {
3636 plugins {
3737 modulesGraphAssert {
3838 id = ' com.jraska.module.graph.assertion'
39- version = ' 2.4.0 '
39+ version = ' 2.4.1 '
4040 displayName = ' Modules Graph Assert'
4141 description = ' Gradle plugin to keep your modules graph healthy and lean.'
4242 implementationClass = ' com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin'
You can’t perform that action at this time.
0 commit comments