Native: fix packing licenses into the samples archive

The source directory became wrong after merging the kotlin-native/ into
kotlin.
This commit is contained in:
Svyatoslav Scherbina
2021-12-01 14:40:10 +03:00
committed by Space
parent 5af9ecf959
commit 3d7ac9037a
+1 -1
View File
@@ -621,7 +621,7 @@ configure([samplesZip, samplesTar]) {
exclude '**/gradle.properties'
}
from(project.rootDir) {
from(project.projectDir) {
include 'licenses/**'
}