Releases: palantir/gradle-consistent-versions
Releases · palantir/gradle-consistent-versions
2.34.0
🐛 Fixes
- Avoid
getProject()
in checkUnusedConstraints
that prevents intra project task parallelism. (#1324)
2.33.0
💡 Improvements
- Allow
gradle-consistent-version-idea-plugin
idea plugin dependency configuration via idea-configuration plugin
(#1322)
2.32.0
🐛 Fixes
- copy configuration set first before filtering (#1307)
2.31.0
🐛 Fixes
- Fix
ConfigureIdeaPluginXml
by removing use of internal ImmutableMap
class (#1274)
2.30.0
💡 Improvements
- Require gradle-consitent-versions idea plugin for all projects using GCV (#1272)
2.29.0
🐛 Fixes
- Add
checkOverbroadConstraints
to check
task (#1258)
2.28.0
💡 Improvements
- Add
checkOverbroadConstraints
task that verifies that there are no overly broad version pins. It is not run by default, as it is in a testing phase, but will become default in the future. (#1049)
2.27.0
🐛 Fixes
- Add WstxInputFactory and WstxOutputFactory to XmlMapper (#1245)
2.26.0
✨ Features
- Plugin to create a maven repo list in the .ideas folder (#1233)
2.25.0
🐛 Fixes
- use findByType when not sure if java plugin exists (#1231)