Native: pack licenses from license/ into the bundle as well
Also remove duplicates from kotlin-native/licenses/
This commit is contained in:
committed by
Space
parent
13d0793a43
commit
00c945ea4a
@@ -558,6 +558,10 @@ void configurePackingLicensesToBundle(AbstractArchiveTask task, boolean contains
|
||||
}
|
||||
into task.archiveBaseName
|
||||
}
|
||||
|
||||
task.from(project.rootProject.file("license")) {
|
||||
into "${task.archiveBaseName.get()}/licenses"
|
||||
}
|
||||
}
|
||||
|
||||
configurePackingLicensesToBundle(bundleRegular, /* containsPlatformLibraries = */ false)
|
||||
|
||||
Reference in New Issue
Block a user