Skip to content

Commit ac4819d

Browse files
committed
Switch to gradle-versions-plugin
1 parent e287a58 commit ac4819d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

build.gradle

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11

22
defaultTasks 'build'
33

4-
ext {
5-
}
4+
apply plugin: "com.github.ben-manes.versions"
65

76
buildscript {
8-
ext {
9-
uptodateVersion = "1.6.3"
10-
}
11-
127
repositories {
138
mavenLocal()
149
jcenter()
1510
mavenCentral()
1611
}
1712

1813
dependencies {
19-
classpath "com.ofg:uptodate-gradle-plugin:$uptodateVersion"
14+
classpath "com.github.ben-manes:gradle-versions-plugin:0.27.0"
2015
}
2116

2217
wrapper {
@@ -98,7 +93,6 @@ subprojects {
9893
apply from: "$rootDir/lib.gradle"
9994
apply plugin: "java"
10095
apply plugin: "eclipse"
101-
apply plugin: "com.ofg.uptodate"
10296

10397
repositories {
10498
mavenLocal()

0 commit comments

Comments
 (0)