Can build IntelliJ plugin project by command line?

I want to create a pipeline which can continuously build project.Can build IntelliJ plugin project by command line?

 

0
1 comment
Avatar
Permanently deleted user

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.

0

Please sign in to leave a comment.