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 c592e56 commit 08752c9Copy full SHA for 08752c9
README.md
@@ -42,7 +42,7 @@ Add this to the build file of your convention plugin's build
42
43
```
44
dependencies {
45
- implementation("de.jjohannes.gradle:extra-java-module-info:0.14")
+ implementation("de.jjohannes.gradle:extra-java-module-info:0.15")
46
}
47
48
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
6
group = "de.jjohannes.gradle"
7
-version = "0.14"
+version = "0.15"
8
9
java {
10
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments