Release build in linux
Who-are-me opened this issue · 2 comments
Who-are-me commented
let me know how is build jar file and run this one in linux from source code
Sheikah45 commented
We use gradle for the project build so running ./gradle bootRun
allows you to run it from source. Creating the jar file would be ./gradle jar
and building a tar distribution is ./gradle distTar
obydog002 commented
Maybe we can add this information to the Readme somewhere ?