forked from Ecwid/consul-api
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Building
Jon Huang edited this page Nov 27, 2024
·
1 revision
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)
- Checkout sources from source-control
- Run the following command to build and install the dependency into your local Maven repository:
mvn install -T 1C