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')
|
dependsOn('cross_dist')
|
||||||
from("$project.rootDir/dist") {
|
from("$project.rootDir/dist") {
|
||||||
include '**'
|
include '**'
|
||||||
|
exclude 'dependencies'
|
||||||
into 'kotlin-native'
|
into 'kotlin-native'
|
||||||
}
|
}
|
||||||
from(project.rootDir) {
|
from(project.rootDir) {
|
||||||
|
|||||||
Reference in New Issue
Block a user