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 2019/10/09 07:39:14 UTC

[fineract-cn-async] 08/33: Including source in published artifact. Makes debugging easier.

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 a237e811b54ae754693d45f393f98f116db3fd11
Author: myrle-krantz <mk...@mifos.org>
AuthorDate: Tue May 16 13:20:41 2017 +0200

    Including source in published artifact.  Makes debugging easier.
---
 build.gradle | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build.gradle b/build.gradle
index 9fb26c5..6a14e06 100644
--- a/build.gradle
+++ b/build.gradle
@@ -52,6 +52,10 @@ dependencies {
     )
 }
 
+jar {
+    from sourceSets.main.allSource
+}
+
 publishing {
     publications {
         asyncPublication(MavenPublication) {