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 f5406d0 commit 158aa7eCopy full SHA for 158aa7e
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.9")
+ implementation("org.gradlex:extra-java-module-info:1.10")
56
}
57
58
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
6
group = "org.gradlex"
7
-version = "1.9"
+version = "1.10"
8
9
java {
10
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments