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("distSources")
|
||||
dependsOn("distDef")
|
||||
from(project.rootDir) {
|
||||
from(project.projectDir) {
|
||||
include 'RELEASE_NOTES.md'
|
||||
into baseName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user