Releases: palantir/gradle-consistent-versions
Releases · palantir/gradle-consistent-versions
2.3.0
Type |
Description |
Link |
Improvement |
Provide constraints for java libraries in the same repo |
#815 |
2.2.0
Type |
Description |
Link |
Fix |
Add workaround to prevent ConcurrentModificationException when interacting with spotless |
#812 |
2.1.0
Type |
Description |
Link |
Improvement |
Drop noisy gcv logging to debug level |
#804 |
2.0.0
Type |
Description |
Link |
Break |
Handle Gradle 7 removing default configurations. Increase minimum required Gradle version to 6.1. |
#721 |
1.30.0
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
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
Type |
Description |
Link |
Improvement |
Add compatibility with Gradle configuration-on-demand |
#657 |
1.27.0
Type |
Description |
Link |
Improvement |
Add property to skip writing lock file |
#613 |
1.26.1
Type |
Description |
Link |
Fix |
Fix versions-props plugin regression from #557 (1.26.0) in some circumstances |
#576 |
1.26.0
Type |
Description |
Link |
Improvement |
Manage lock file constraints using a single gradle "platform", reducing the number of constraints that have to be created. |
#557 |