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:
committed by
Space
parent
7b9f196528
commit
5af9ecf959
@@ -565,7 +565,7 @@ configure([bundleRegular, bundlePrebuilt]) {
|
|||||||
dependsOn("crossDistEndorsedCache")
|
dependsOn("crossDistEndorsedCache")
|
||||||
dependsOn("distSources")
|
dependsOn("distSources")
|
||||||
dependsOn("distDef")
|
dependsOn("distDef")
|
||||||
from(project.rootDir) {
|
from(project.projectDir) {
|
||||||
include 'RELEASE_NOTES.md'
|
include 'RELEASE_NOTES.md'
|
||||||
into baseName
|
into baseName
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user