Skip to content

Commit 98e0edb

Browse files
committed
added gradle-versions-plugin
1 parent 5c3e3d9 commit 98e0edb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ buildscript {
22
repositories {
33
jcenter()
44
}
5+
6+
dependencies {
7+
classpath 'com.github.ben-manes:gradle-versions-plugin:0.15.0'
8+
}
59
}
610

711
plugins {
@@ -10,6 +14,7 @@ plugins {
1014
id 'org.sonarqube' version '2.5'
1115
}
1216

17+
apply plugin: 'com.github.ben-manes.versions'
1318
apply plugin: 'org.jetbrains.intellij'
1419
apply plugin: 'java'
1520
apply plugin: 'kotlin'

0 commit comments

Comments
 (0)