We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa2596 commit 2549022Copy full SHA for 2549022
2 files changed
README.md
@@ -30,7 +30,7 @@ A Gradle plugin that helps keep your module graph healthy and lean.
30
Apply the plugin to a module, which dependencies graph you want to assert.
31
```groovy
32
plugins {
33
- id "com.jraska.module.graph.assertion" version "2.6.0"
+ id "com.jraska.module.graph.assertion" version "2.7.0"
34
}
35
```
36
plugin/build.gradle
@@ -40,7 +40,7 @@ gradlePlugin {
40
41
modulesGraphAssert {
42
id = 'com.jraska.module.graph.assertion'
43
- version = '2.6.0'
+ version = '2.7.0'
44
displayName = 'Modules Graph Assert'
45
description = 'Gradle plugin to keep your modules graph healthy and lean.'
46
implementationClass = 'com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin'
0 commit comments