Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 2.7.2 preparations
Browse files Browse the repository at this point in the history
jraska committed Jan 14, 2025
1 parent 0386e2c commit f79ae2a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
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.
Apply the plugin to a module, which dependencies graph you want to assert.
```groovy
plugins {
id "com.jraska.module.graph.assertion" version "2.7.1"
id "com.jraska.module.graph.assertion" version "2.7.2"
}
```

2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ gradlePlugin {
plugins {
modulesGraphAssert {
id = 'com.jraska.module.graph.assertion'
version = '2.7.1'
version = '2.7.2'
displayName = 'Modules Graph Assert'
description = 'Gradle plugin to keep your modules graph healthy and lean.'
implementationClass = 'com.jraska.module.graph.assertion.ModuleGraphAssertionsPlugin'

0 comments on commit f79ae2a

Please sign in to comment.