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 <[email protected]> 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) {
