Kong / unirest-java

Unirest in Java: Simplified, lightweight HTTP client library.
http://kong.github.io/unirest-java/
MIT License
2.59k stars 593 forks source link

Update index.md - Added Gradle to the first lines of the home page to promote this build tool. #406

Closed RedsTom closed 3 years ago

RedsTom commented 3 years ago

I just added the Gradle way of adding Unirest as a dependency in the home page. Effectively, this build tool is very popular and maven not used that much nowadays.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

ryber commented 3 years ago

hey @RedsTom thanks for the contribution! it looks like your fork is a little behind still has refs to a version of javalin that pulled in some CVEs. It's not a big deal, it's a test dependency, but could you please rebase or merge master into your branch so CI passes?

RedsTom commented 3 years ago

Just updated the project with the changes you suggested. It should pass the tests now.