A slightly more elegant way to define the plugin dependency
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user