add gradle plugin: gradle-versions-plugin
This commit is contained in:
14
build.gradle
14
build.gradle
@@ -1,6 +1,20 @@
|
|||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'eclipse'
|
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:
|
* The shared configuration for all sub-projects:
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user