Can build IntelliJ plugin project by command line? Permanently deleted user Created May 09, 2018 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.