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.
30
30
Apply the plugin to a module, which dependencies graph you want to assert.
31
31
``` groovy
32
32
plugins {
33
- id "com.jraska.module.graph.assertion" version "2.3.2 "
33
+ id "com.jraska.module.graph.assertion" version "2.4.0 "
34
34
}
35
35
```
36
36
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ gradlePlugin {
36
36
plugins {
37
37
modulesGraphAssert {
38
38
id = ' com.jraska.module.graph.assertion'
39
- version = ' 2.3.2 '
39
+ version = ' 2.4.0 '
40
40
displayName = ' Modules Graph Assert'
41
41
description = ' Gradle plugin to keep your modules graph healthy and lean.'
42
42
implementationClass = ' com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin'
You can’t perform that action at this time.
0 commit comments