Attach JPS plugin modules to the project model
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
idePluginDependency {
|
||||
publishProjectJars(listOf(":idea:idea-jps-common"))
|
||||
publishProjectJars(listOf(":jps:jps-common"))
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ idePluginDependency {
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
val compilerComponents = rootProject.extra["compilerModulesForJps"] as List<String>
|
||||
|
||||
val otherProjects = listOf(":kotlin-daemon-client", ":jps-plugin", ":idea:idea-jps-common", ":kotlin-reflect")
|
||||
val otherProjects = listOf(":kotlin-daemon-client", ":jps:jps-plugin", ":jps:jps-common", ":kotlin-reflect")
|
||||
|
||||
publishProjectJars(compilerComponents + otherProjects, libraryDependencies = listOf(protobufFull()))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user