[stdlib-mpp] Do not merge legacy js content into kotlin-stdlib-js.klib
#KT-56106
This commit is contained in:
committed by
Space Team
parent
58c5746fe4
commit
d7d14e7e9e
@@ -602,11 +602,8 @@ tasks {
|
|||||||
}
|
}
|
||||||
|
|
||||||
val jsJar by existing(Jar::class) {
|
val jsJar by existing(Jar::class) {
|
||||||
val jsResultingJarFile = jsResultingJar.get().archiveFile
|
manifestAttributes(manifest, "Main", multiRelease = true)
|
||||||
inputs.file(jsResultingJarFile)
|
manifest.attributes(mapOf("Implementation-Title" to "kotlin-stdlib-js"))
|
||||||
doLast {
|
|
||||||
Files.copy(jsResultingJarFile.get().asFile.toPath(), archiveFile.get().asFile.toPath(), StandardCopyOption.REPLACE_EXISTING)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
val jsV1Jar by existing(Jar::class) {
|
val jsV1Jar by existing(Jar::class) {
|
||||||
|
|||||||
Reference in New Issue
Block a user