You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2020/04/21 14:51:39 UTC

[fineract-cn-api] 02/44: Minor build adjustment

This is an automated email from the ASF dual-hosted git repository.

juhan pushed a commit to branch spring_boot_2
in repository https://gitbox.apache.org/repos/asf/fineract-cn-api.git

commit 32a899b93138cbe804c8c4a4d0feae6938ff22ed
Author: myrle-krantz <mk...@mifos.org>
AuthorDate: Wed Mar 15 14:15:59 2017 +0100

    Minor build adjustment
---
 build.gradle | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build.gradle b/build.gradle
index 180a316..d4fff01 100644
--- a/build.gradle
+++ b/build.gradle
@@ -60,6 +60,10 @@ dependencies {
     )
 }
 
+jar {
+    from sourceSets.main.allSource
+}
+
 
 publishing {
     publications {