Added README.nd, INTEROP.md and RELEASE_NOTES.md into the tarball.
This commit is contained in:
committed by
alexander-gorshenev
parent
8c30ae38b6
commit
b2a57e7cb3
@@ -285,6 +285,9 @@ task bundle(type: Tar) {
|
|||||||
}
|
}
|
||||||
from(project.rootDir) {
|
from(project.rootDir) {
|
||||||
include 'samples/**'
|
include 'samples/**'
|
||||||
|
include 'README.md'
|
||||||
|
include 'INTEROP.md'
|
||||||
|
include 'RELEASE_NOTES.md'
|
||||||
into baseName
|
into baseName
|
||||||
}
|
}
|
||||||
destinationDir = file('.')
|
destinationDir = file('.')
|
||||||
|
|||||||
Reference in New Issue
Block a user