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 c5998cc commit f46ca02Copy full SHA for f46ca02
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.0")
+ implementation("org.gradlex:extra-java-module-info:1.1")
51
}
52
53
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
6
group = "org.gradlex"
7
-version = "1.0"
+version = "1.1"
8
9
java {
10
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments