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-api.git
commit 85f0a2a00f04c3d35ecdd06611249aa37c8b303a Author: Juhan Aasaru <[email protected]> AuthorDate: Mon Sep 30 22:52:34 2019 +0300 FINCN-179 minor improvements --- build.gradle | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 04f7231..03f86b3 100644 --- a/build.gradle +++ b/build.gradle @@ -28,6 +28,9 @@ plugins { id 'com.github.hierynomus.license' version '0.13.1' id("org.nosphere.apache.rat") version "0.3.1" id "com.jfrog.artifactory" version "4.9.5" + id 'maven-publish' + id 'idea' + id 'java' } group 'org.apache.fineract.cn' @@ -41,11 +44,6 @@ ext.versions = [ frameworklangversion : '0.1.0-BUILD-SNAPSHOT' ] -apply plugin: 'java' -apply plugin: 'idea' -apply plugin: 'maven' -apply plugin: 'maven-publish' -apply plugin: 'license' apply plugin: 'io.spring.dependency-management' tasks.withType(JavaCompile) {
