Remove :idea prefix in IDE FIR modules which are going to stay in kotlin repo
This commit fixes not possibility to build project with `disableKotlinPluginModules` flag on because Gradle tries to resolve `:idea` module which is disabled
This commit is contained in:
committed by
teamcityserver
parent
40872dd4ca
commit
938cd955e1
+3
-3
@@ -887,9 +887,9 @@ tasks {
|
||||
register("frontendApiTests") {
|
||||
dependsOn("dist")
|
||||
dependsOn(
|
||||
":idea:idea-frontend-api:test",
|
||||
":idea:idea-frontend-fir:test",
|
||||
":idea:idea-frontend-fir:idea-fir-low-level-api:test"
|
||||
":idea-frontend-api:test",
|
||||
":idea-frontend-fir:test",
|
||||
":idea-frontend-fir:idea-fir-low-level-api:test"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user