Skip to content

Commit

Permalink
Add requirements section to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nstdio committed Apr 10, 2022
1 parent aef8127 commit b6367e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ JDK's [HttpClient](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.h
| Code coverage | [![codecov](https://codecov.io/gh/nstdio/http-client-ext/branch/main/graph/badge.svg)](https://codecov.io/gh/nstdio/http-client-ext) |
| LGTM | [![Total alerts](https://img.shields.io/lgtm/alerts/g/nstdio/http-client-ext.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/nstdio/http-client-ext/alerts/) [![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/nstdio/http-client-ext.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/nstdio/http-client-ext/context:java) |

### Requirements

- Java 11+
- [Gradle](https://gradle.org/) for building the project.

### Gradle

```
Expand Down

0 comments on commit b6367e2

Please sign in to comment.