-
Notifications
You must be signed in to change notification settings - Fork 8
Development
Schmoho edited this page May 10, 2022
·
5 revisions
ModelPolisher uses gradle
to build. Make sure you have gradle (version >= 5.0)
installed in your system before following the procedure below.
First clone this repository and go to directory <path>/ModelPolisher/
.
Then, ModelPolisher can be built using Gradle.
Your safest bet is to run gradle fatJar
, which bundles all necessary dependencies in the build artifact.
Running gradle build
will leave you responsible for satisfying classpath requirements of the project.
Build artifacts will be placed in <path>/ModelPolisher/target/
Additionally gradle devel
is provided to easily run a non-release version with Docker.
NOTE: lightJar
requires postgresql
database(s) to be set-up to run ModelPolisher.