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 91f0fff commit 1081b1aCopy full SHA for 1081b1a
README.MD
@@ -29,7 +29,7 @@ Add this to the build file of your convention plugin's build
29
30
```
31
dependencies {
32
- implementation("de.jjohannes.gradle:java-module-dependencies:0.6")
+ implementation("de.jjohannes.gradle:java-module-dependencies:0.7")
33
}
34
35
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
6
group = "de.jjohannes.gradle"
7
-version = "0.6"
+version = "0.7"
8
9
10
implementation("org.ow2.asm:asm:8.0.1")
0 commit comments