[bundle][doc] drop unwanted docs from bundle.

This commit is contained in:
Vasily Levchenko
2018-09-24 17:34:17 +03:00
parent d6578f0b98
commit 62a1ff2e8e
3 changed files with 3 additions and 6 deletions
-3
View File
@@ -383,10 +383,7 @@ task bundle(type: (isWindows()) ? Zip : Tar) {
into baseName
}
from(project.rootDir) {
include 'INTEROP.md'
include 'RELEASE_NOTES.md'
include 'GRADLE_PLUGIN.md'
include 'PLATFORM_LIBS.md'
include 'samples/**'
exclude '**/gradle.properties'
exclude '**/settings.gradle'