Releases: project-ncl/gradle-manipulator
Releases · project-ncl/gradle-manipulator
3.1
3.0
Enhancements in this Release
Fixes / Changes / Internal Improvements
2.9
2.8
Enhancements in this Release
- GME is now verified on Gradle 6.7.1 and 6.8.3 (#298)
- Update for new REST Endpoint (#297)
- Support NO_COLOR (#292)
- Update to PME 4.4 (#297)
Fixes
User visible changes
- PME 4.4 (See https://github.com/release-engineering/pom-manipulation-ext/releases/tag/4.4 ) has affected the Groovy REST API:
- Remove deprecated PMEInvocationPoint (release-engineering/pom-manipulation-ext#841
- Renamed translationVersions in Translator REST API (release-engineering/pom-manipulation-ext#839, release-engineering/pom-manipulation-ext#840)
Misc
2.7
Enhancements in this Release
- Alignment report is produced at end of run (#278)
- REST API is exposed in Groovy scripting (#280,#281)
- Add functionality to specify custom version of manipulation plugin (#272, #273)
- Added new DependencyAnalyser (https://github.com/project-ncl/dependency-analysis) parameters (#284, #287)
- Update to PME 4.3 (#284)
Fixed in this Release
- Resolve
archivesBaseName
not overridingartifactId
during alignment phase. (#285) - Resolve slow functional tests (#285)
- Configuration output is sorted (#282)
- Marker files from prior runs are overwritten (#283)
Misc
2.6
2.5
Fixed in this Release
- GME is now certified on later Gradle versions having tracked it down to a Gradle bug (#254)
- Resolve handling projects with Build plugins that apply the publishing plugin themselves (#264)
- Resolve conflict from archivesBaseName handling in #242 with lazy configured maven publish plugin (#266)
Misc
2.4
Enhancements in this Release
- Update Manifest with missing information (#250)
- Builds now on JDK11 (but targets JDK8 and above). Also update dependencies/plugins. (#243)
- Avoid publishing ivy.xml files (#245)
- Remove implicit addition of Gradle plugin repository (#248)
- Add support for
org.gradle.java.home
to run Gradle process with other JDK versions (#247) - Improved documentation (#249)
- Pass JAVA_HOME to Gradle process from CLI (#252)