Releases: nebula-plugins/gradle-dependency-lock-plugin
Releases · nebula-plugins/gradle-dependency-lock-plugin
v12.6.1
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
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.
- Validation for simultaneous task usage of
Full Changelog: v12.5.1...v12.6.0
v12.5.1
v12.5.0
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
v12.4.2
v12.4.0
- 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
v12.3.0
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