Exclude 'dist/dependencies' from bundle tgz.

This commit is contained in:
Alexander Gorshenev
2017-03-28 14:07:36 +03:00
committed by alexander-gorshenev
parent 6af710028c
commit eb4683f452
+1
View File
@@ -262,6 +262,7 @@ task bundle(type: Tar) {
dependsOn('cross_dist')
from("$project.rootDir/dist") {
include '**'
exclude 'dependencies'
into 'kotlin-native'
}
from(project.rootDir) {