com.stehno.gradle.dependency-checker
Owner: Christopher J. Stehno
Gradle plugin to aid in managing dependencies.
http://cjstehno.github.io/dependency-checker/
Sources: https://github.com/cjstehno/dependency-checker
Version 0.1.0
0.1.0
Created 12 March 2016.
Gradle plugin to aid in managing dependencies.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.stehno.gradle.dependency-checker") version "0.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.stehno.gradle:dependency-checker:0.1.0") } } apply(plugin = "com.stehno.gradle.dependency-checker")
- Applying plugins to all subprojects .