Skip to content

Releases: palantir/gradle-consistent-versions

1.3.2

03 Apr 18:59
Compare
Choose a tag to compare
  • [fix] check minimum gradle version (#90)

1.3.1

02 Apr 22:11
Compare
Choose a tag to compare
  • [fix] Improved error message when getVersion fails (#87)

1.3.0

27 Mar 18:17
Compare
Choose a tag to compare

[improvement] Fail the build if versions.lock is missing (#75)

1.2.1

27 Mar 12:47
Compare
Choose a tag to compare

This release is essentially the same as 1.1.2

Revert "[improvement] improve errors on non bom platforms (#70)" (#73)

1.2.0

26 Mar 15:17
Compare
Choose a tag to compare

[improvement] improve errors when declaring a platform dependency on a module that is not a BOM (#70)

1.1.2

14 Mar 17:48
Compare
Choose a tag to compare

[fix] Allow dependency insight even if there are unresolvable dependencies #57

1.1.1

07 Mar 23:24
Compare
Choose a tag to compare

[fix] VersionsPropsPlugin always creates rootConfiguration, even if versions.props doesn't exist (#52)

1.1.0

06 Mar 15:53
Compare
Choose a tag to compare

[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

05 Mar 18:47
Compare
Choose a tag to compare
  • [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

26 Feb 16:12
Compare
Choose a tag to compare
  • [improvement] getVersion(String, String) signature allows easier adoption (#27)