Releases: nebula-plugins/gradle-dependency-lock-plugin
Releases · nebula-plugins/gradle-dependency-lock-plugin
v15.1.1
What's Changed
- Upgrade action/cache to v4 by @rpalcolea in #274
- Introduce deprecation logger to bypass Gradle 8.12 upcoming deprecations
Full Changelog: v15.1.0...v15.1.1
v15.1.0
- Prevent the
kotlinBuildToolsApiClasspath
from locking by default to avoid skew between the plugin and this configuration when upgrading to a later release
v15.0.0
What's Changed
- Mark tasks as incompatible with config cache by @rpalcolea in #265
Full Changelog: v14.1.4...v15.0.0
v14.1.4
- Rollback breaking changes
Full Changelog: v14.0.0...v14.2.0
v14.1.3
What's Changed
- AbstractGenerateLockTask: filter unresolved dependencies by @rpalcolea in #262
Full Changelog: v14.1.2...v14.1.3
v14.1.2
v14.1.1
v14.1.0
What's Changed
- DependencyLockExtension: Introduce lazy APIs by @rpalcolea in #250
- SaveLockTask: use lazy apis by @rpalcolea in #251
- GenerateLockTask: first pass at lazy apis by @rpalcolea in #252
- GenerateLockTask: stop referring to Project object during task execution by @rpalcolea in #253
- DiffLockTask: use lazy apis by @rpalcolea in #254
- DiffLockTask: remove usage of Project by @rpalcolea in #255
- MigrateToCoreLocks tasks: use lazy apis by @rpalcolea in #256
- GenerateLockTask: use configuration cache compatible APIs by @rpalcolea in #257
- Split generatelock and generategloballock to use ListProperty for ConfigurationResolutionData by @rpalcolea in #258
- SaveLockTask: avoid using project object when using doFirst by @rpalcolea in #259
- Configuration cache tests locking by @rpalcolea in #260
- GenerateLockTask: go back to conventionMapping by @rpalcolea in #261
Full Changelog: v14.0.0...v14.1.0
v14.1.0-rc.2
What's Changed
- GenerateLockTask: go back to conventionMapping by @rpalcolea in #261
Full Changelog: v14.1.0-rc.1...v14.1.0-rc.2
v14.1.0-rc.1
What's Changed
- DependencyLockExtension: Introduce lazy APIs by @rpalcolea in #250
- SaveLockTask: use lazy apis by @rpalcolea in #251
- GenerateLockTask: first pass at lazy apis by @rpalcolea in #252
- GenerateLockTask: stop referring to Project object during task execution by @rpalcolea in #253
- DiffLockTask: use lazy apis by @rpalcolea in #254
- DiffLockTask: remove usage of Project by @rpalcolea in #255
- MigrateToCoreLocks tasks: use lazy apis by @rpalcolea in #256
- GenerateLockTask: use configuration cache compatible APIs by @rpalcolea in #257
- Split generatelock and generategloballock to use ListProperty for ConfigurationResolutionData by @rpalcolea in #258
- SaveLockTask: avoid using project object when using doFirst by @rpalcolea in #259
- Configuration cache tests locking by @rpalcolea in #260
Full Changelog: v14.0.0...v14.1.0-rc.1