Skip to content

Releases: palantir/gradle-consistent-versions

2.34.0

08 May 16:03
2.34.0
99d91f4
Compare
Choose a tag to compare

🐛 Fixes

  • Avoid getProject() in checkUnusedConstraints that prevents intra project task parallelism. (#1324)

2.33.0

07 May 12:36
2.33.0
a40f3f8
Compare
Choose a tag to compare

💡 Improvements

  • Allow gradle-consistent-version-idea-plugin idea plugin dependency configuration via idea-configuration plugin (#1322)

2.32.0

13 Mar 19:34
2.32.0
3a875d5
Compare
Choose a tag to compare

🐛 Fixes

  • copy configuration set first before filtering (#1307)

2.31.0

20 Nov 10:31
2.31.0
df28e78
Compare
Choose a tag to compare

🐛 Fixes

  • Fix ConfigureIdeaPluginXml by removing use of internal ImmutableMap class (#1274)

2.30.0

19 Nov 14:46
2.30.0
09ca66d
Compare
Choose a tag to compare

💡 Improvements

  • Require gradle-consitent-versions idea plugin for all projects using GCV (#1272)

2.29.0

28 Oct 13:39
2.29.0
46b0129
Compare
Choose a tag to compare

🐛 Fixes

  • Add checkOverbroadConstraints to check task (#1258)

2.28.0

24 Oct 14:04
2.28.0
0b658b6
Compare
Choose a tag to compare

💡 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

08 Oct 13:52
2.27.0
4ce8b19
Compare
Choose a tag to compare

🐛 Fixes

  • Add WstxInputFactory and WstxOutputFactory to XmlMapper (#1245)

2.26.0

04 Oct 14:50
2.26.0
1e47428
Compare
Choose a tag to compare

✨ Features

  • Plugin to create a maven repo list in the .ideas folder (#1233)

2.25.0

16 Sep 19:04
2.25.0
badbea0
Compare
Choose a tag to compare

🐛 Fixes

  • use findByType when not sure if java plugin exists (#1231)