Added README.nd, INTEROP.md and RELEASE_NOTES.md into the tarball.

This commit is contained in:
Alexander Gorshenev
2017-03-30 21:09:12 +03:00
committed by alexander-gorshenev
parent 8c30ae38b6
commit b2a57e7cb3
+3
View File
@@ -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('.')