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.6 .0"
33
+ id "com.jraska.module.graph.assertion" version "2.7 .0"
34
34
}
35
35
```
36
36
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ gradlePlugin {
40
40
plugins {
41
41
modulesGraphAssert {
42
42
id = ' com.jraska.module.graph.assertion'
43
- version = ' 2.6 .0'
43
+ version = ' 2.7 .0'
44
44
displayName = ' Modules Graph Assert'
45
45
description = ' Gradle plugin to keep your modules graph healthy and lean.'
46
46
implementationClass = ' com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin'
You can’t perform that action at this time.
0 commit comments