Gradle Plugins

Maintained by aalmiray

Summary

In the spirit of the Maven Versions Plugin, this plugin provides a task to determine which dependencies have updates.

Website https://github.com/ben-manes/gradle-versions-plugin
Author ben-manes
Version 0.4

Usage

buildscript {
    repositories { jcenter() }
    dependencies {
        classpath 'com.github.ben-manes:gradle-versions-plugin:0.4'
    }
}

apply plugin: 'versions'

Notes