Added samples to tgz bundle.
Rename dist to kotlin-native in tgz bundle.
This commit is contained in:
committed by
alexander-gorshenev
parent
7487364bcd
commit
5b653f9579
+8
-2
@@ -225,8 +225,14 @@ task cross_dist {
|
||||
|
||||
task bundle(type: Tar) {
|
||||
dependsOn('cross_dist')
|
||||
from(project.rootDir)
|
||||
include 'dist/**'
|
||||
from("$project.rootDir/dist") {
|
||||
include '**'
|
||||
into 'kotlin-native'
|
||||
}
|
||||
from(project.rootDir) {
|
||||
include 'samples/**'
|
||||
into 'kotlin-native'
|
||||
}
|
||||
baseName = 'kotlin-native-compiler'
|
||||
destinationDir = file('.')
|
||||
extension = 'tgz'
|
||||
|
||||
Reference in New Issue
Block a user