gradle-http-plugin
gradle-http-plugin copied to clipboard
Gradle plugin providing support for using HttpBuilder-NG to make HTTP requests as Gradle Tasks.
Using Gradle 7, they've changed the rules on input/output annotations such that they now only work on getter/setters which results in half a dozen errors like this when using the...
This project has gone dormant.
Change JDK so Travis will build Update the licenses per licenses lib Update to latest version of several build plugins Fix Gradle 6 incompatibilities Fix deprecation found in build
I know there is a way to add dependencies to a plugin when it is applied. It would be nice to be able to only download the HttpBuilder-NG client library...
I wrote a dead simple post request and tested that it works. Only issue was that it ran every time I synced my project. So I put it inside of...
I've encountered a similar issue and am including the output of a run with stacktrace and debug flags enabled in hopes that it's helpful: [output.txt](https://github.com/http-builder-ng/gradle-http-plugin/files/2142989/output.txt) Here is the task I...