Fix JPS import
Exclude kotlin-stdlib-js project for JPS build. Related to KT-56106 #KT-61059 Fixed Merge-request: KT-MR-11527 Merged-by: Aleksei Cherepanov <aleksei.cherepanov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
affe0754bf
commit
c8c3565a24
@@ -355,7 +355,6 @@ fun NamedDomainObjectContainer<TopLevelArtifact>.dist() {
|
||||
val stdlibMinimal by distLibrariesProject.configurations
|
||||
val commonStdlib by distLibrariesProject.configurations
|
||||
val commonStdlibSources by distLibrariesProject.configurations
|
||||
val stdlibJS by distLibrariesProject.configurations
|
||||
val stdlibSources by distLibrariesProject.configurations
|
||||
|
||||
create("dist") {
|
||||
@@ -384,10 +383,6 @@ fun NamedDomainObjectContainer<TopLevelArtifact>.dist() {
|
||||
}
|
||||
}
|
||||
|
||||
directory("js") {
|
||||
extractedDirectory(stdlibJS.singleFile)
|
||||
}
|
||||
|
||||
directory("kotlinc") {
|
||||
artifact("kotlinc")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user