Skip to content

Building

Jon Huang edited this page Dec 20, 2024 · 2 revisions

Building

Building from sources requires the following:

  • Java 17 - We suggest using Eclipse Temurin as this is what we use
  • Maven 3.6.3 or later - Latest version is preferred

Steps to build

  1. Checkout sources from source-control
  2. Run the following command to build and install the dependency into your local Maven repository:
mvn install -T 1C
Clone this wiki locally