Skip to content

Releases: palantir/gradle-consistent-versions

2.3.0

01 Dec 17:52
3542c7b
Compare
Choose a tag to compare
Type Description Link
Improvement Provide constraints for java libraries in the same repo #815

2.2.0

30 Nov 11:50
e3add85
Compare
Choose a tag to compare
Type Description Link
Fix Add workaround to prevent ConcurrentModificationException when interacting with spotless #812

2.1.0

19 Nov 15:46
8e2849f
Compare
Choose a tag to compare
Type Description Link
Improvement Drop noisy gcv logging to debug level #804

2.0.0

14 Jul 13:33
2d14dcd
Compare
Choose a tag to compare
Type Description Link
Break Handle Gradle 7 removing default configurations. Increase minimum required Gradle version to 6.1. #721

1.30.0

17 Jun 15:59
5a293f1
Compare
Choose a tag to compare
Type Description Link
Improvement A new writeVersionsLocks task that allows writing out the versions.lock without running --write-locks and possibly triggering expensive code paths from other gradle plugins. #723

1.29.0

17 Jun 12:09
b7fff4d
Compare
Choose a tag to compare
Type Description Link
Fix Fix the checkUnusedConstraints task to delay throwing an error about incomplete configuration due to configure-on-demand until the task is actually run. This fixes some situations in which the task is instantiated but not run. #725

1.28.0

20 Jan 15:28
4092c97
Compare
Choose a tag to compare
Type Description Link
Improvement Add compatibility with Gradle configuration-on-demand #657

1.27.0

29 Oct 14:21
6046416
Compare
Choose a tag to compare
Type Description Link
Improvement Add property to skip writing lock file #613

1.26.1

28 Aug 17:00
50d60ca
Compare
Choose a tag to compare
Type Description Link
Fix Fix versions-props plugin regression from #557 (1.26.0) in some circumstances #576

1.26.0

27 Aug 11:59
7175231
Compare
Choose a tag to compare
Type Description Link
Improvement Manage lock file constraints using a single gradle "platform", reducing the number of constraints that have to be created. #557