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:
@@ -0,0 +1,6 @@
|
||||
idePluginDependency {
|
||||
publishProjectJars(listOf(
|
||||
":compiler:cli",
|
||||
":compiler:cli-js"
|
||||
))
|
||||
}
|
||||
Reference in New Issue
Block a user