This is a Gradle tool to align versions and dependencies within the project according to some external references. It excels in a cleanroom environment where large numbers of pre-existing projects must be rebuilt. It is a sibling project to the Maven POM Manipulator Extension.
Both plugins work in conjunction and therefore the same version is required for each. The analyzer plugin will inject a reference to the manipulation plugin.
The plugins are compatible with Gradle versions 4.10 through 7.x. Both running and building have been tested on these versions. It may be possible to run with a 4.x version older than 4.10. However, it is likely that version 4.10 will remain the oldest version that is officially supported due to major changes between that version and older versions.
The analyzer
directory contains the gradle plugin that generates metadata information about aligned dependencies and
the project version.
The latest version of the Analyzer init script can be retrieved from https://repo1.maven.org/maven2/org/jboss/gm/analyzer/3.20/analyzer-3.20-init.gradle
The manipulation
directory contains the gradle plugin that uses the metadata information generated by the alignment
plugin and modifies the project to use those dependencies and project version.
Contributions are more than welcome! Before contributing to the project, please read this. To contribute sample Groovy scripts (for this project or the sibling PME project) please see the Groovy Examples project.
Documentation and usage instructions for the project may be found here.