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