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 90a0d60 commit 74929abCopy full SHA for 74929ab
README.md
@@ -52,7 +52,7 @@ Add this to the build file of your convention plugin's build
52
53
```
54
dependencies {
55
- implementation("org.gradlex:extra-java-module-info:1.10.1")
+ implementation("org.gradlex:extra-java-module-info:1.11")
56
}
57
58
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
6
group = "org.gradlex"
7
-version = "1.10.1"
+version = "1.11"
8
9
java {
10
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments