This is an automated email from the ASF dual-hosted git repository. juhan pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-async.git
commit 710daed05f5d6dbe8287a82811b6bf32ddb7d4ed Author: Juhan Aasaru <[email protected]> AuthorDate: Tue Oct 1 09:11:54 2019 +0300 FINCN-179 upgrade dependency management plugin version --- build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 7e64872..c54a472 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { 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 @@ ext.versions = [ findbugs : '3.0.1', ] -apply plugin: 'io.spring.dependency-management' - tasks.withType(JavaCompile) { sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8
