From dbcda1993f83617c3d22a2d8394ee2693a42e45d Mon Sep 17 00:00:00 2001 From: Luc Willems Date: Wed, 27 Mar 2024 07:34:48 +0100 Subject: [PATCH] - update build instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d108617b..f16eebcb 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ Response> healthyServices = client.getHealthServices("myapp" ``` ## How to add consul-api into your project +**currently this is source only , and you have to build/upload it to you own repository our use local copy !** ### Gradle ``` compile "com.ecwid.consul:consul-api:1.5.0" @@ -110,7 +111,6 @@ compile "com.ecwid.consul:consul-api:1.5.0" ``` ## How to build from sources -* Checkout the sources -* ./gradlew build +* maven 3.8 or better +* mvn clean install -Gradle will compile sources, package classes (sources and javadocs too) into jars and run all tests. The build results will located in build/libs/ folder