Releases: gradlex-org/java-module-dependencies
Releases · gradlex-org/java-module-dependencies
1.6.1
- Fix in setup of new utility tasks
1.6
- Add more utility tasks to migrate from/to module-info based dependencies
- Additional notation for module version DSL
1.5.2
- Fix for requires /runtime/ support
1.5.1
- Make
module-info.java
analysis tasks cacheable
- Make
recommendModuleVersions
configuration cache compatible
- Further tweak
requires /*runtime*/
support
1.5
- #67 Support local
modules.properties
for custom mappings
- #65 Error if a local Module Name does not match project name
- #24 Improve support for
requires /*runtime*/
1.4.3
- Support '.' to '-' conversion in 'moduleNamePrefixToGroup'
- Fix issue in integration with 'extra-module-info'
- Improve support for Capability Coordinates in mappings
- Remove 'version missing in catalog' warning (triggered when catalog is used for different things)
1.4.2
- Fix Gradle 8.6 compatibility
1.4.1
- #47 Fix Gradle 8.3 compatibility
1.4
- #31 DSL for module dependencies that cannot be defined in module-info
- #45 Support Capability Coordinates in mappings
1.3.1
- Fix integration with analysis plugin if root projects are involved
- Fix in module name calculation for additional source sets
- Improve dependency analysis reporting for source sets without module-info.java