Skip to content

Releases: palantir/gradle-consistent-versions

1.25.0

12 Aug 19:53
e910e2c
Compare
Choose a tag to compare
Type Description Link
Improvement Support cycles in dependency graph #537

1.24.0

23 Jun 12:39
6fac4db
Compare
Choose a tag to compare
Type Description Link
Improvement Check unused constraints can be up-to-date. #522

1.23.0

11 Jun 17:09
Compare
Choose a tag to compare

No documented user facing changes

1.22.0

11 Jun 11:19
Compare
Choose a tag to compare
Type Description Link
Improvement Expose all lock file constraints as derived from versions.lock in all publications derived from components.java. This will most likely produce surprising behaviour when publishing module metadata! However, we are not using it internally for now, and we are planning a better solution that addresses the problems with the current implementation. #504

1.21.0

10 Jun 16:30
e0456c0
Compare
Choose a tag to compare
Type Description Link
Improvement Expose all lock file constraints as derived from versions.lock in all publications derived from components.java. This will most likely produce surprising behaviour when publishing module metadata! However, we are not using it internally for now, and we are planning a better solution that addresses the problems with the current implementation. #504

1.20.0

29 May 16:10
b21ab9f
Compare
Choose a tag to compare

Automated release, no documented user facing changes

1.19.1

28 May 15:34
f6c2032
Compare
Choose a tag to compare
Type Description Link
Fix Properly handle cycles in the dependency graph when determining scope #491

1.19.0

21 May 15:18
c0c69ad
Compare
Choose a tag to compare
Type Description Link
Improvement This change relaxes the precondition constraint that checks that configure-on-demand is disabled. We now only require it to be disabled when running the "verifyLocks" task, or when invoked with "--write-locks".
This gives projects more flexibility to flag on configure-on-demand in certain scenarios where it might make sense.
#489

1.18.0

19 May 13:38
8e5ae28
Compare
Choose a tag to compare

Automated release, no documented user facing changes

1.17.3

19 Feb 15:56
7a6ea0b
Compare
Choose a tag to compare
Type Description Link
Fix Dependencies depended on with single version range constraints (like [1.27.1], used extensively by io.grpc dependencies) should no longer cause versions.lock generation inconsistencies between different machines. #428