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