Add gradle-versions-plugin

This commit is contained in:
Dominik Schürmann
2016-01-03 20:31:03 +01:00
parent cbdb1d3059
commit b3ffc70675

View File

@@ -1,3 +1,5 @@
apply plugin: 'com.github.ben-manes.versions'
buildscript {
repositories {
jcenter()
@@ -12,6 +14,9 @@ buildscript {
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.0.1'
// classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.0.2'
// allows to check for lib updates with "gradle dependencyUpdates -Drevision=release"
classpath 'com.github.ben-manes:gradle-versions-plugin:0.11.3'
}
}