Skip to content

Releases: ben-manes/gradle-versions-plugin

v0.31.0

08 Sep 04:48
Compare
Choose a tag to compare
  • HTML report showed the current instead of release version (#420)
  • Copy attributes for Kotlin multi-platform dependency query (#334)

v0.30.0

04 Sep 22:54
ce34c21
Compare
Choose a tag to compare
  • HTML report output (#418)

v0.29.0

16 Jul 22:54
Compare
Choose a tag to compare
  • Fix NPE caused by malformed repository metadata (#409)

v0.28.0

22 Feb 06:17
a356dee
Compare
Choose a tag to compare

Note: the Gradle Versions Plugin now requires at least Gradle 5.0 to function.

  • Improve performance (#378)
  • Fix crash on Gradle 6.2 when using deprecated resolutionStrategy property assignment (#377)
  • Fix erroneous Failed to resolve ... error messages

v0.27.0

16 Oct 04:35
Compare
Choose a tag to compare

Made dependency constraint resolution optional (#352, #353)

v0.26.0

10 Oct 05:23
Compare
Choose a tag to compare

v0.25.0

10 Sep 16:22
Compare
Choose a tag to compare

Simplified resolution strategy #325

rejectVersionIf {
    isNonStable(candidate.version) && !isNonStable(currentVersion)
}

v0.24.0

01 Sep 03:08
Compare
Choose a tag to compare

Fixed backwards compatibility of direct closure assignment (#331)

v0.23.0

29 Aug 22:48
Compare
Choose a tag to compare

Provide current version to component selection rule (#327, @ghus-raba)

v0.22.0

06 Aug 16:14
Compare
Choose a tag to compare
  • Gradle 6 compatibility (#270)
  • Fix Gradle release channel for nightly setting (#299)