com.netflix.nebula.dependency-lock
Owner: Nebula Plugins
Plugin to lock dynamic dependencies
https://github.com/nebula-plugins/gradle-dependency-lock-plugin
Sources: https://github.com/nebula-plugins/gradle-dependency-lock-plugin.git
Add this plugin to your build using the plugins DSL:
plugins {
id("com.netflix.nebula.dependency-lock") version "14.1.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:gradle-dependency-lock-plugin:14.1.2") } } apply(plugin = "com.netflix.nebula.dependency-lock")
- Applying plugins to all subprojects .