File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44* [ New] [ #137 ] ( https://github.com/gradlex-org/extra-java-module-info/pull/137 ) - Configuration option for 'versionsProvidingConfiguration'
55* [ New] [ #130 ] ( https://github.com/gradlex-org/extra-java-module-info/pull/130 ) - Support classifier in coordinates notation
66* [ New] [ #138 ] ( https://github.com/gradlex-org/extra-java-module-info/pull/138 ) - 'javaModulesMergeJars' extends 'internal' if available
7- * [ Fixed] [ #129 ] ( https://github.com/gradlex-org/extra-java-module-info/pull/129 ) - Find Jar for coordinates when version in Jar nam differs
7+ * [ Fixed] [ #129 ] ( https://github.com/gradlex-org/extra-java-module-info/pull/129 ) - Find Jar for coordinates when version in Jar name differs
88* [ Fixed] [ #100 ] ( https://github.com/gradlex-org/extra-java-module-info/pull/100 ) - Fix error message about automatic module name mismatch
99
1010## Version 1.8
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Add this to the build file of your convention plugin's build
5252
5353```
5454dependencies {
55- implementation("org.gradlex:extra-java-module-info:1.8 ")
55+ implementation("org.gradlex:extra-java-module-info:1.9 ")
5656}
5757```
5858
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = " org.gradlex"
7- version = " 1.8 "
7+ version = " 1.9 "
88
99java {
1010 sourceCompatibility = JavaVersion .VERSION_1_8
You can’t perform that action at this time.
0 commit comments