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
Post a Comment