Maintained by aalmiray
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 |
buildscript { repositories { jcenter() } dependencies { classpath 'com.github.ben-manes:gradle-versions-plugin:0.4' } } apply plugin: 'versions'