[Build] Fix JPS build issue caused by :plugins:jso module
This commit is contained in:
committed by
Space Team
parent
a0ba878b1d
commit
dbbfb23fa9
@@ -39,6 +39,7 @@ dependencies {
|
|||||||
testImplementation(libs.junit.jupiter.api)
|
testImplementation(libs.junit.jupiter.api)
|
||||||
testRuntimeOnly(libs.junit.jupiter.engine)
|
testRuntimeOnly(libs.junit.jupiter.engine)
|
||||||
|
|
||||||
|
if (!project.kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
||||||
jsoIrRuntimeForTests(project(":plugins:jso:runtime")) { isTransitive = false }
|
jsoIrRuntimeForTests(project(":plugins:jso:runtime")) { isTransitive = false }
|
||||||
|
|
||||||
embedded(project(":plugins:jso:runtime")) {
|
embedded(project(":plugins:jso:runtime")) {
|
||||||
@@ -49,6 +50,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
isTransitive = false
|
isTransitive = false
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
testRuntimeOnly(project(":core:descriptors.runtime"))
|
testRuntimeOnly(project(":core:descriptors.runtime"))
|
||||||
}
|
}
|
||||||
|
|||||||
+5
-2
@@ -288,9 +288,12 @@ include ":plugins:jso:compiler-plugin",
|
|||||||
":plugins:jso:compiler-plugin:jso.common",
|
":plugins:jso:compiler-plugin:jso.common",
|
||||||
":plugins:jso:compiler-plugin:jso.k2",
|
":plugins:jso:compiler-plugin:jso.k2",
|
||||||
":plugins:jso:compiler-plugin:jso.backend",
|
":plugins:jso:compiler-plugin:jso.backend",
|
||||||
":plugins:jso:compiler-plugin:jso.cli",
|
":plugins:jso:compiler-plugin:jso.cli"
|
||||||
":plugins:jso:runtime",
|
|
||||||
|
if (!buildProperties.inJpsBuildIdeaSync) {
|
||||||
|
include ":plugins:jso:runtime",
|
||||||
":libraries:tools:jso"
|
":libraries:tools:jso"
|
||||||
|
}
|
||||||
|
|
||||||
include ":compiler:fir",
|
include ":compiler:fir",
|
||||||
":compiler:fir:cones",
|
":compiler:fir:cones",
|
||||||
|
|||||||
Reference in New Issue
Block a user