How to use script to build IntelliJ Idea project to a jar -


i have created intellij idea (community edition) java project. project quite simple. contains main() method, uses 2 jars dependencies. created artifact project build jar.

my question there way build jar using script? because want add build process existing build script.

thanks

idea doesn't code on own, counts on default tools provided sdk. in short, need javac , jar packaging.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -