Remove CLI and some of daemon-related modules from compiler-for-ide

These modules is not required by the plugin, and the plugin verifier
warns about unsatisfied dependencies of the modules.

CLI is needed in tests so a separate artifact is created instead.
This commit is contained in:
Yan Zhulanow
2021-04-30 19:20:42 +09:00
parent 26f71c33c0
commit e90cc30edb
4 changed files with 11 additions and 4 deletions
@@ -0,0 +1,6 @@
idePluginDependency {
publishProjectJars(listOf(
":compiler:cli",
":compiler:cli-js"
))
}