Skip to content

How to Compile the Project in IntelliJ

Daniel McCoy Stephenson edited this page Feb 8, 2022 · 1 revision

IntelliJ

These instructions are for the IntelliJ IDE. Download it here: https://www.jetbrains.com/idea/

Steps

  1. Clone the project.
  2. Create a new run configuration with the arguments "clean" and "package".
  3. Add the JAR in the dependencies folder as a dependency to the project via the Project Structure settings.
  4. Alter and run the installation commands for the JAR files in the dependencies folder.
  5. Run the "clean package" configuration you made in Step 2.

Clone this wiki locally