FINCN-179 upgrade dependency management plugin version
diff --git a/build.gradle b/build.gradle
index 7e64872..c54a472 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@
jcenter()
}
dependencies {
- classpath 'io.spring.gradle:dependency-management-plugin:0.6.1.RELEASE'
+ classpath 'io.spring.gradle:dependency-management-plugin:1.0.8.RELEASE'
}
}
@@ -45,8 +45,6 @@
findbugs : '3.0.1',
]
-apply plugin: 'io.spring.dependency-management'
-
tasks.withType(JavaCompile) {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8