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 fed1967 commit f24c7d3Copy full SHA for f24c7d3
README.md
@@ -30,7 +30,7 @@ Add this to the build file of your convention plugin's build
30
31
```
32
dependencies {
33
- implementation("de.jjohannes.gradle:extra-java-module-info:0.11")
+ implementation("de.jjohannes.gradle:extra-java-module-info:0.12")
34
}
35
36
build.gradle.kts
@@ -10,7 +10,7 @@ repositories {
10
11
12
group = "de.jjohannes.gradle"
13
-version = "0.11"
+version = "0.12"
14
15
java {
16
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments