Can build IntelliJ plugin project by command line? Permanently deleted user 创建于 2018年05月09日 03:39 I want to create a pipeline which can continuously build project.Can build IntelliJ plugin project by command line?
Absolutely, yes. Either ant or gradle can be used. There's a gradle-based plugin here: https://github.com/halirutan/Mathematica-IntelliJ-Plugin, and an ant-based plugin here: https://github.com/HaxeFoundation/intellij-haxe.