This is an automated email from the ASF dual-hosted git repository. awasum pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-payroll.git
commit f35c15cb56174f79e8cb87425d9b960c7dd7f98c Author: Myrle Krantz <[email protected]> AuthorDate: Wed Jul 12 23:32:58 2017 +0200 removing duplicate resources from build artifacts. --- shared.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/shared.gradle b/shared.gradle index 4a79b9c..1bfef46 100644 --- a/shared.gradle +++ b/shared.gradle @@ -53,6 +53,7 @@ dependencies { jar { from sourceSets.main.allSource + duplicatesStrategy = DuplicatesStrategy.EXCLUDE } license {
