Exclude 'dist/dependencies' from bundle tgz.
This commit is contained in:
committed by
alexander-gorshenev
parent
6af710028c
commit
eb4683f452
@@ -262,6 +262,7 @@ task bundle(type: Tar) {
|
||||
dependsOn('cross_dist')
|
||||
from("$project.rootDir/dist") {
|
||||
include '**'
|
||||
exclude 'dependencies'
|
||||
into 'kotlin-native'
|
||||
}
|
||||
from(project.rootDir) {
|
||||
|
||||
Reference in New Issue
Block a user