A slightly more elegant way to define the plugin dependency

This commit is contained in:
Christian Basler 2017-04-04 07:31:37 +02:00
parent dca0330a7c
commit 95c9be4d1c
1 changed files with 2 additions and 7 deletions

View File

@ -1,10 +1,5 @@
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.github.ben-manes:gradle-versions-plugin:0.14.0'
}
plugins {
id 'com.github.ben-manes.versions' version '0.14.0'
}
subprojects {