Skip to content

2.7.0

Compare
Choose a tag to compare
@jraska jraska released this 27 Aug 20:19
· 7 commits to master since this release
2549022

What's Changed

  • Bump kotlin_version to 2.0.20 in #275
  • Gradle 8.10 in #274
  • Update docs in #268
  • Remove unnecessary DependencyMatcher in #269.
    The Interface was public by accident, however the risk of a breaking change is considered low.

⚠️ This version has behavioral change - if you are updating to latest version, use version 2.7.1

  • Fix loading projects and subprojects by @jokoolle-183 in #272
  • The --no-configure-on-demand needs to be added in several cases if you use configuration on demand.
  • This change is significant and fixes essential problem for projects with custom or delayed loading of dependencies, however might be breaking for many people - solving this tracked in #278.

New Contributors

Full Changelog: 2.6.0...2.7.0

plugins {
  id "com.jraska.module.graph.assertion" version "2.7.0"
}