We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e287a58 commit ac4819dCopy full SHA for ac4819d
build.gradle
@@ -1,22 +1,17 @@
1
2
defaultTasks 'build'
3
4
-ext {
5
-}
+apply plugin: "com.github.ben-manes.versions"
6
7
buildscript {
8
- ext {
9
- uptodateVersion = "1.6.3"
10
- }
11
-
12
repositories {
13
mavenLocal()
14
jcenter()
15
mavenCentral()
16
}
17
18
dependencies {
19
- classpath "com.ofg:uptodate-gradle-plugin:$uptodateVersion"
+ classpath "com.github.ben-manes:gradle-versions-plugin:0.27.0"
20
21
22
wrapper {
@@ -98,7 +93,6 @@ subprojects {
98
93
apply from: "$rootDir/lib.gradle"
99
94
apply plugin: "java"
100
95
apply plugin: "eclipse"
101
- apply plugin: "com.ofg.uptodate"
102
96
103
97
104
0 commit comments