From b2a57e7cb31f80692f244a9396fef4d5af338edf Mon Sep 17 00:00:00 2001 From: Alexander Gorshenev Date: Thu, 30 Mar 2017 21:09:12 +0300 Subject: [PATCH] Added README.nd, INTEROP.md and RELEASE_NOTES.md into the tarball. --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index 5f9730e5ee0..5087644a372 100644 --- a/build.gradle +++ b/build.gradle @@ -285,6 +285,9 @@ task bundle(type: Tar) { } from(project.rootDir) { include 'samples/**' + include 'README.md' + include 'INTEROP.md' + include 'RELEASE_NOTES.md' into baseName } destinationDir = file('.')