We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdffbd commit 271c9a5Copy full SHA for 271c9a5
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.7.2"
+ id "com.jraska.module.graph.assertion" version "2.7.3"
34
}
35
```
36
plugin/build.gradle
@@ -40,7 +40,7 @@ gradlePlugin {
40
41
modulesGraphAssert {
42
id = 'com.jraska.module.graph.assertion'
43
- version = '2.7.2'
+ version = '2.7.3'
44
displayName = POM_NAME
45
description = POM_DESCRIPTION
46
implementationClass = 'com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin'
0 commit comments