Skip to content

Building

Jon Huang edited this page Nov 27, 2024 · 1 revision

Building

Building from sources requires the following:

  • Java 17 (We use Eclipse Temurin)
  • Maven 3.6.3 or later (latest version of 3.9.8 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