Use script-runtime properly in IDEA project:
use it from the installed plugin for dependent modules (frontend) use it from bootstrap in the plugin being built also drop unused daemon-client from the plugin This makes it consistent with ant build and allow building idea project without prior ant dist
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
<orderEntry type="module" module-name="util" />
|
||||
<orderEntry type="module" module-name="annotation-collector" />
|
||||
<orderEntry type="module" module-name="builtins-serializer" />
|
||||
<orderEntry type="module" module-name="script.runtime" />
|
||||
<orderEntry type="module" module-name="frontend.script" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user