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 c057d0c commit ea2eb88Copy full SHA for ea2eb88
README.md
@@ -47,7 +47,7 @@ Add this to the build file of your convention plugin's build
47
48
```
49
dependencies {
50
- implementation("org.gradlex:extra-java-module-info:1.6.1")
+ implementation("org.gradlex:extra-java-module-info:1.6.2")
51
}
52
53
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
6
group = "org.gradlex"
7
-version = "1.6.1"
+version = "1.6.2"
8
9
java {
10
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments