diff --git a/README.md b/README.md index 5831f83..e67a817 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Add this to the build file of your convention plugin's build ``` dependencies { - implementation("org.gradlex:extra-java-module-info:1.6.1") + implementation("org.gradlex:extra-java-module-info:1.6.2") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 426b7d6..e2db3ca 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "org.gradlex" -version = "1.6.1" +version = "1.6.2" java { sourceCompatibility = JavaVersion.VERSION_1_8