Releases: palantir/gradle-consistent-versions
Releases · palantir/gradle-consistent-versions
1.3.2
- [fix] check minimum gradle version (#90)
1.3.1
- [fix] Improved error message when getVersion fails (#87)
1.3.0
[improvement] Fail the build if versions.lock
is missing (#75)
1.2.1
This release is essentially the same as 1.1.2
Revert "[improvement] improve errors on non bom platforms (#70)" (#73)
1.2.0
[improvement] improve errors when declaring a platform dependency on a module that is not a BOM (#70)
1.1.2
[fix] Allow dependency insight even if there are unresolvable dependencies #57
1.1.1
[fix] VersionsPropsPlugin always creates rootConfiguration
, even if versions.props
doesn't exist (#52)
1.1.0
[improvement] Include platform dependencies in the lock file (#42)
We now include platforms (e.g. BOMs) in the lock file.
If you are using platform dependencies, a ./gradlew --write-locks
will be necessary in order for their lock file to pick up the platforms that were previously being filtered out.
1.0.0
- [improvement] improve getVersion error message (#32)
We recognise this plugin is now used in production, so will endeavour to communicate any breaks with a major rev.
0.17.0
- [improvement]
getVersion(String, String)
signature allows easier adoption (#27)