Native: fix packing RELEASE_NOTES.md into the bundle

The source directory became wrong after merging the kotlin-native/ into
kotlin.
This commit is contained in:
Svyatoslav Scherbina
2021-12-01 14:41:20 +03:00
committed by Space
parent 7b9f196528
commit 5af9ecf959
+1 -1
View File
@@ -565,7 +565,7 @@ configure([bundleRegular, bundlePrebuilt]) {
dependsOn("crossDistEndorsedCache")
dependsOn("distSources")
dependsOn("distDef")
from(project.rootDir) {
from(project.projectDir) {
include 'RELEASE_NOTES.md'
into baseName
}