Skip to content

Commit b6367e2

Browse files
committed
Add requirements section to README.md
1 parent aef8127 commit b6367e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ JDK's [HttpClient](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.h
1212
| Code coverage | [![codecov](https://codecov.io/gh/nstdio/http-client-ext/branch/main/graph/badge.svg)](https://codecov.io/gh/nstdio/http-client-ext) |
1313
| 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) |
1414

15+
### Requirements
16+
17+
- Java 11+
18+
- [Gradle](https://gradle.org/) for building the project.
19+
1520
### Gradle
1621

1722
```

0 commit comments

Comments
 (0)