Skip to content

Commit

Permalink
- update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucwillems committed Mar 27, 2024
1 parent 10bbb67 commit dbcda19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Response<List<HealthService>> 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"
Expand All @@ -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

0 comments on commit dbcda19

Please sign in to comment.