Skip to content

Releases: nebula-plugins/gradle-dependency-lock-plugin

v12.6.1

01 Sep 21:07
0e26dda
Compare
Choose a tag to compare

What's Changed

  • Update dependencies validator/enhance update lock missing deps message by @rpalcolea in #242

Full Changelog: v12.6.0...v12.6.1

v12.6.0

14 Jul 18:49
0214588
Compare
Choose a tag to compare

What's Changed

  • Update dependencies validations by @OdysseusLives in #241

    Setting usage expectations with validations:

    • Validation for simultaneous task usage of updateLock & generateLock which should not be used together
    • Validation for requiring specifying dependencies to update when calling updateLock

    These are both bypass-able default validations with a property or extension.

Full Changelog: v12.5.1...v12.6.0

v12.5.1

11 Apr 19:02
1fd83d4
Compare
Choose a tag to compare

What's Changed

  • DependencyLockExtension: add property to disable coordinate validation by @fedorka in #240

New Contributors

Full Changelog: v12.5.0...v12.5.1

v12.5.0

19 Mar 00:55
6fd0edb
Compare
Choose a tag to compare

What's Changed

  • DependencyLockExtension: validate that updateDependencies coordinates are valid by @rpalcolea in #239

Full Changelog: v12.4.3...v12.5.0

v12.4.3

17 Feb 20:11
a624245
Compare
Choose a tag to compare

Path aware diffs handle non resolvable configurations in initial lock state.

v12.4.2

17 Feb 04:31
5053b6f
Compare
Choose a tag to compare

Path aware diffs handle non existing configurations in initial lock state.

v12.4.0

09 Feb 02:19
992466a
Compare
Choose a tag to compare
  • Remove core locking build file checks that are no longer necessary on Gradle 7+
  • Disable dependency lock verification when configuration caching is enabled

v12.3.1

26 Jan 02:19
2c64707
Compare
Choose a tag to compare

Selection reasons for path aware diff are now an array of strings for each reason.

Path aware dependency diff tree is now constructed depth first. Breath first construction and depth first marking for already visited trees could omit some paths.

v12.3.0

18 Jan 23:53
4ef318f
Compare
Choose a tag to compare

What's Changed

  • CoreLockingHelper: handle new Node types when retrieving task info from executionQueue by @rpalcolea in #233

Full Changelog: v12.2.1...v12.3.0

v12.2.1

08 Dec 01:09
091d5a7
Compare
Choose a tag to compare

Improve dependency cycle detection and aggregation of component selection reasons in path aware dependency diff.