File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# Extra Java Module Info Gradle Plugin - Changelog
22
3+ ## Version 1.8
4+ * [ New] [ #99 ] ( https://github.com/gradlex-org/extra-java-module-info/issues/99 ) - Default behavior for 'module(id, name)' notation without configuration block
5+ * [ New] - Use custom mappings from 'java-module-dependencies' for 'known modules' (if available)
6+ * [ Fixed] [ #96 ] ( https://github.com/gradlex-org/extra-java-module-info/pull/96 ) - Scope computation of 'requireAllDefinedDependencies'
7+
38## Version 1.7
4- * [ New] [ #95 ] ( https://github.com/gradlex-org/extra-java-module-info/issues/95 ) - granular exports and opens declarations (Thanks [ Ihor Herasymenko] ( https://github.com/iherasymenko ) for contributing!)
5- * [ Fixed] [ #94 ] ( https://github.com/gradlex-org/extra-java-module-info/issues/94 ) - requireAllDefinedDependencies: skip platform dependencies
9+ * [ New] [ #95 ] ( https://github.com/gradlex-org/extra-java-module-info/issues/95 ) - Granular exports and opens declarations (Thanks [ Ihor Herasymenko] ( https://github.com/iherasymenko ) for contributing!)
10+ * [ Fixed] [ #94 ] ( https://github.com/gradlex-org/extra-java-module-info/issues/94 ) - ' requireAllDefinedDependencies' skips platform dependencies
611
712## Version 1.6.2
813* [ New] - Use shared mappings from 'java-module-dependencies' for 'known modules' (if available)
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.7 ")
55+ implementation("org.gradlex:extra-java-module-info:1.8 ")
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.7 "
7+ version = " 1.8 "
88
99java {
1010 sourceCompatibility = JavaVersion .VERSION_1_8
You can’t perform that action at this time.
0 commit comments