nebula.dependency-recommender
Owner: Nebula Plugins
Allows projects to leave off version numbers in dependencies section and have versions recommended by other sources
https://github.com/nebula-plugins/nebula-dependency-recommender
Sources: https://github.com/nebula-plugins/nebula-dependency-recommender.git
Version 4.1.1
4.1.1
Created 23 March 2017.
Allows projects to leave off version numbers in dependencies section and have versions recommended by other sources
Add this plugin to your build using the plugins DSL:
plugins {
id("nebula.dependency-recommender") version "4.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:nebula-dependency-recommender:4.1.1") } } apply(plugin = "nebula.dependency-recommender")
- Applying plugins to all subprojects .