[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)
|
||||
testRuntimeOnly(libs.junit.jupiter.engine)
|
||||
|
||||
if (!project.kotlinBuildProperties.isInJpsBuildIdeaSync) {
|
||||
jsoIrRuntimeForTests(project(":plugins:jso:runtime")) { isTransitive = false }
|
||||
|
||||
embedded(project(":plugins:jso:runtime")) {
|
||||
@@ -49,6 +50,7 @@ dependencies {
|
||||
}
|
||||
isTransitive = false
|
||||
}
|
||||
}
|
||||
|
||||
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.k2",
|
||||
":plugins:jso:compiler-plugin:jso.backend",
|
||||
":plugins:jso:compiler-plugin:jso.cli",
|
||||
":plugins:jso:runtime",
|
||||
":plugins:jso:compiler-plugin:jso.cli"
|
||||
|
||||
if (!buildProperties.inJpsBuildIdeaSync) {
|
||||
include ":plugins:jso:runtime",
|
||||
":libraries:tools:jso"
|
||||
}
|
||||
|
||||
include ":compiler:fir",
|
||||
":compiler:fir:cones",
|
||||
|
||||
Reference in New Issue
Block a user