add gradle plugin: gradle-versions-plugin

This commit is contained in:
2018-01-21 08:43:45 +01:00
parent 9f45eb24ca
commit 469dc20411

View File

@@ -1,6 +1,20 @@
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'com.github.ben-manes.versions'
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
}
}
/*
* The shared configuration for all sub-projects:
*/