Enables dependency locking across all configurations in the current project.
- Calls lockAllConfigurations() through Gradle dependency locking.
Usage
build.gradle
Groovy DSL
plugins {
id 'com.helixframework.dependency-lock'
}
build.gradle.kts
Kotlin DSL
plugins {
id("com.helixframework.dependency-lock")
}
Configuration
No Helix-specific extension is added by this plugin.
Default Behavior
- No Helix-specific extension is added.
- Standard Gradle dependency locking files and workflows apply after the plugin is enabled.