Releases: gradlex-org/extra-java-module-info
Releases · gradlex-org/extra-java-module-info
1.13
- [New] #189 - Add 'failOnModifiedDerivedModuleNames' option (Thanks to JabRef for providing a use case)
1.12
- [New] #174 - Add 'requiresStaticTransitive(...)' to module patch DSL
- [New] #172 - Allow ignoring specific service provider implementations (Thanks Ihor Herasymenko for contributing!)
- [Fixed] #171 - In some cases, the plugin creates an empty providers set (Thanks Larry North for reporting!)
1.11
- [New] #134 - Add 'disable(...)' and 'enable(...)' options to control when the plugin is active
- [New] #161 - Add 'skipLocalJars' option
- [New] #106 - Actionable error message when plugin is used at configuration time
1.10.1
- [Fixed] #164 - 'preserveExisting' does not duplicate 'provides' entries
1.10
- [New] #160 - Add 'preserveExisting' option to patch real modules
- [New] #140 - Add 'removePackage' option to deal with duplicated packages
1.9
- [New] #137 - Configuration option for 'versionsProvidingConfiguration'
- [New] #130 - Support classifier in coordinates notation
- [New] #138 - 'javaModulesMergeJars' extends 'internal' if available
- [Fixed] #129 - Find Jar for coordinates when version in Jar name differs
- [Fixed] #100 - Fix error message about automatic module name mismatch
1.8
- [New] #99 - Default behavior for 'module(id, name)' notation without configuration block
- [New] - Use custom mappings from 'java-module-dependencies' for 'known modules' (if available)
- [Fixed] #96 - Scope computation of 'requireAllDefinedDependencies'
1.7
Version 1.7
- [New] #95 - granular exports and opens declarations (Thanks Ihor Herasymenko for contributing!)
- [Fixed] #94 - requireAllDefinedDependencies: skip platform dependencies
1.6.2
- [New] - Use shared mappings from 'java-module-dependencies' for 'known modules' (if available)
1.6.1
- [Fixed] #89 - Make Jar patching reproducible